diff options
Diffstat (limited to 'testing/talos/talos/tests/tabswitch/manifest.json')
-rw-r--r-- | testing/talos/talos/tests/tabswitch/manifest.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/talos/talos/tests/tabswitch/manifest.json b/testing/talos/talos/tests/tabswitch/manifest.json new file mode 100644 index 0000000000..d8f4451c4e --- /dev/null +++ b/testing/talos/talos/tests/tabswitch/manifest.json @@ -0,0 +1,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"]] + } + } + } +} |