summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/samples/mappy/manifest.json
blob: 1473ce801b76ee145019e33c72cc5f78065b6646 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "Mappy",
  "version": "0.2",
  "description": "Map stuff",
  "toolstrips": [
    "mappy_toolstrip.html"
  ],
  "content_scripts": [
    { "matches": ["http://*/*"], "js": ["mappy_content_script.js"] }
  ]
}