chromium/chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_4.json

{
  "name": "Platform Test",
  "manifest_version": 2,
  "version": "1",
  "app": {
    "background": {
      "scripts": ["background.js"]
    }
  },
  // "background.scripts" outside of "app"
  "background": {
    "scripts": ["background.js"]
  }
}