summaryrefslogtreecommitdiffstats
path: root/browser/extensions/formautofill/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'browser/extensions/formautofill/manifest.json')
-rw-r--r--browser/extensions/formautofill/manifest.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/browser/extensions/formautofill/manifest.json b/browser/extensions/formautofill/manifest.json
new file mode 100644
index 0000000000..f79a3fdb76
--- /dev/null
+++ b/browser/extensions/formautofill/manifest.json
@@ -0,0 +1,26 @@
+{
+ "manifest_version": 2,
+ "name": "Form Autofill",
+ "version": "1.0.1",
+
+ "browser_specific_settings": {
+ "gecko": {
+ "id": "formautofill@mozilla.org"
+ }
+ },
+
+ "background": {
+ "scripts": ["background.js"]
+ },
+
+ "experiment_apis": {
+ "formautofill": {
+ "schema": "schema.json",
+ "parent": {
+ "scopes": ["addon_parent"],
+ "script": "api.js",
+ "events": ["startup"]
+ }
+ }
+ }
+}