chromium/chrome/test/data/extensions/platform_apps/app_view/shim/manifest.json

{
  "name": "Platform App Test: <appview>",
  "manifest_version": 2,
  "version": "2",
  "permissions": [
    "appview"
  ],
  "app": {
    "background": {
      "scripts": ["test.js"]
    }
  }
}