summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos/tests/twinopen/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'testing/talos/talos/tests/twinopen/manifest.json')
-rw-r--r--testing/talos/talos/tests/twinopen/manifest.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/testing/talos/talos/tests/twinopen/manifest.json b/testing/talos/talos/tests/twinopen/manifest.json
new file mode 100644
index 0000000000..dbdeee33d4
--- /dev/null
+++ b/testing/talos/talos/tests/twinopen/manifest.json
@@ -0,0 +1,30 @@
+{
+ "manifest_version": 2,
+ "name": "twinopen",
+ "version": "0.1",
+
+ "browser_specific_settings": {
+ "gecko": {
+ "id": "bug1388159@mozilla.org"
+ }
+ },
+
+ "protocol_handlers": [
+ {
+ "protocol": "ext+twinopen",
+ "name": "twinopen protocol",
+ "uriTemplate": "/twinopen.html"
+ }
+ ],
+
+ "experiment_apis": {
+ "twinopen": {
+ "schema": "schema.json",
+ "parent": {
+ "scopes": ["addon_parent"],
+ "script": "api.js",
+ "paths": [["twinopen"]]
+ }
+ }
+ }
+}