chromium/chrome/test/data/extensions/platform_apps/web_view/navigation/manifest.json

{
  "name": "Packaged App Test: <webview> Navigation",
  "manifest_version": 2,
  "description": "Verifies that the <webview> Navigation works as expected.",
  "version": "1",
  "permissions": [
    "webview"
  ],
  "app": {
    "background": {
      "scripts": ["test.js"]
    }
  }
}