summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos/startup_test/startup_about_home_paint/addon/manifest.json
blob: 8adf9d20047d7073b4e14c53094afd1585720b33 (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": "First about:home paint performance test",
  "description": "Add-on that quits the browser once the about:home paint measurement has been taken.",
  "version": "0.1",

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

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