chromium/chrome/test/data/extensions/api_test/content_scripts/other_extensions/victim/manifest.json

{
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDke6VrlZje0o/th2Il/IM+u/cflzj7ZcqgFPWorrzpXc4mqD7Z0e8FZzZ4COfg28dwrsbCOcoj0Q7EKN+GnAGigFipfFwMOsp8NdA/hp0cgilsCcWZBbcBCofzmw0zf3JqKxMNqSRehvfSPT6qrTH5/7qX/bcycQqlpJtZOAV6sQIDAQAB",
  "name": "content_script_extension_injector_victim",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Tests is used to test if another extension can inject its script.",
  "permissions": [ "tabs" ],
  "background": {
    "scripts": ["background.js"],
    "persistent": true
  }
}