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

{
  "name": "Platform Test",
  "manifest_version": 2,
  "version": "1",
  "app": {
    "background": {
      "scripts": ["background.js"]
    },
    "launch": {
      // Launch section is not allowed for platform apps.
    }
  }
}