Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / permissions / content_script_http_scheme.json
blobabbb56916904652b9a74ddcd7ea3d38d80f82400
2    "name": "http:// scheme in content script matches list",
3    "content_scripts": [
4      {
5        "matches": [ "http://*/*" ],
6        "js": [ "content_script.js" ]
7      }
8    ],
9    "version": "1"