summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/webextensions/test/addons/webextension_2/manifest.json
blob: 5b470d430edb17bfd3936cd3a1739741df62fb6c (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "Web Extension Name",
  "version": "1.0",
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "last-webextension2@tests.mozilla.org"
    }
  }
}