summaryrefslogtreecommitdiffstats
path: root/browser/tools/mozscreenshots/mozscreenshots/extension/manifest.json
blob: 375bb96f47ef7d913417e7594930e4d8bead45cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "manifest_version": 2,
  "name": "mozscreenshots",
  "description": "Take screenshots of Mozilla applications in various UI configurations.",
  "version": "1.0",

  "browser_specific_settings": {
    "gecko": {
      "id": "mozscreenshots@mozilla.org"
    }
  },

  "experiment_apis": {
    "mozscreenshots": {
      "schema": "schema.json",
      "parent": {
        "scopes": ["addon_parent"],
        "script": "api.js",
        "events": ["startup"]
      }
    }
  }
}