summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos/tests/tart/addon/manifest.json
blob: 90553f6510bb6789b3416fc5df2304707bf30613 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "manifest_version": 2,
  "name": "TART - Tab Animation regression Test",
  "version": "2.0",

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

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