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