chromium/chrome/test/data/extensions/platform_apps/web_view/extension_api/content_settings/manifest.json

{
  "name": "Extension that uses the Content Settings API",
  "version": "1.0",
  "background": { "scripts": ["background.js"] },
  "manifest_version": 2,
  "permissions": [
    "contentSettings"
  ]
}