summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/effective_host_permissions/all_hosts3.json
blob: ef5bd4b126e39e1cec6ab18ac529f1487d676d17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "effective host permisions test",
  "version": "1.0",
  "permissions": [
    "http://www.google.com/"
  ],
  "content_scripts": [
    {
      "matches": ["https://*/"],
      "js": ["foo.js"]
    }
  ]
}