summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/samples/mappy/manifest.json
blob: b0fe6a89b7311f6e4105def2a411255935163142 (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"] }
  ]
}