Source code

Revision control

Copy as Markdown

Other Tools

{
"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"]
}
}
}
}