summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos/tests/tabswitch/manifest.json
blob: d8f4451c4eb59e8f7ab7973095eccb72944f6da9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "browser_specific_settings": {
    "gecko": {
      "id": "tabswitch-talos@mozilla.org"
    }
  },
  "manifest_version": 2,
  "name": "Tabswitch Talos Test",
  "version": "0.1",
  "permissions": [],
  "background": {
    "scripts": ["background.js"]
  },
  "experiment_apis": {
    "tabswitch": {
      "schema": "schema.json",
      "parent": {
        "scopes": ["addon_parent"],
        "script": "api.js",
        "paths": [["tabswitch"]]
      }
    }
  }
}