summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/samples/subscribe/manifest.json
blob: 3ec3cd88b2eabae898729dce0a49f9d24f3f7f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "content_scripts": [
    {
      "js": [
        "feed_finder.js"
      ], 
      "matches": [
        "http://*/*"
      ]
    }
  ], 
  "description": "Adds one-click subscription with Google Reader to your toolbar",
  "name": "Subscribe in Reader", 
  "permissions": [
    "http://www.google.com/*"
  ], 
  "toolstrips": [
    "toolstrip.html"
  ], 
  "version": "1.0"
}