summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos/tests/tresize/addon/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'testing/talos/talos/tests/tresize/addon/manifest.json')
-rw-r--r--testing/talos/talos/tests/tresize/addon/manifest.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/talos/talos/tests/tresize/addon/manifest.json b/testing/talos/talos/tests/tresize/addon/manifest.json
new file mode 100644
index 0000000000..03940873ad
--- /dev/null
+++ b/testing/talos/talos/tests/tresize/addon/manifest.json
@@ -0,0 +1,23 @@
+{
+ "manifest_version": 2,
+ "name": "TResize - Firefox Window Resize Test",
+ "description": "https://wiki.mozilla.org/Buildbot/Talos/Tests",
+ "version": "1.1",
+
+ "browser_specific_settings": {
+ "gecko": {
+ "id": "tresize@mozilla.org"
+ }
+ },
+
+ "experiment_apis": {
+ "tresize": {
+ "schema": "schema.json",
+ "parent": {
+ "scopes": ["addon_parent"],
+ "script": "api.js",
+ "events": ["startup"]
+ }
+ }
+ }
+}