chromium/chrome/test/data/extensions/platform_apps/web_view/context_menus/basic/manifest.json

{
  "name": "Packaged App Test: <webview> contextMenus API",
  "manifest_version": 2,
  "description": "Verifies basic functionality of <webview> contextMenus API.",
  "version": "1",
  "permissions": [
    "webview"
  ],
  "app": {
    "background": {
      "scripts": ["test.js"]
    }
  }
}