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