summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/webextensions/test/addons/webextension_1/manifest.json
blob: 2ca5f40f78e54209180c1924ebd4f001d3080557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "Web Extension Name",
  "version": "1.0",
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "webextension1@tests.mozilla.org"
    }
  },
  "icons": {
    "48": "icon48.png",
    "64": "icon64.png"
  }
}