Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / all_urls / content_script / manifest.json
blob6b6b0a8f6cc3665a34aff83fda64b4416855ec9d
2    "background": {
3      "scripts": ["background.js"]
4    },
5    "content_scripts": [ {
6       "js": [ "content_script.js" ],
7       "matches": [ "<all_urls>" ]
8    } ],
9    "permissions": [ "tabs" ],
10    "description": "Test whether whitelisted extensions can run scripts everywhere using content script",
11    "name": "AllUrls content script permissions",
12    "manifest_version": 2,
13    "version": "1.0"