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

{
  "name": "Packaged App Test: <webview> text selection",
  "manifest_version": 2,
  "description": "Verifies that selecting text in <webview> works properly, particularly for Speak and Dictionary commands.",
  "version": "1",
  "permissions": [
    "webview"
  ],
  "app": {
    "background": {
      "scripts": ["test.js"]
    }
  }
}