chromium/chrome/test/data/extensions/platform_apps/web_view/media_access/deny/manifest.json

{
  "name": "Platform App Test: <webview> media",
  "manifest_version": 2,
  "description": "Loads a guest which requests media access permission",
  "version": "1",
  "permissions": [
    "webview"
  ],
  "app": {
    "background": {
      "scripts": ["test.js"]
    }
  }
}