diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..7aafbb1 --- /dev/null +++ b/manifest.json @@ -0,0 +1,23 @@ +{ + "manifest_version": 2, + "name": "LegacyWolf", + "version": "136.0.0.1", + "description": "LegacyFox as an add-on: Coax modern Firefox into running legacy add-ons.", + "author": "girst and MarsIronPI", + "browser_specific_settings": { + "gecko": {"id": "legacywolf@ba.ln.ea.cx"} + }, + + "background": {"scripts": ["register.js"]}, + "web_accessible_resources": ["legacy/*"], + "experiment_apis": { + "legacy": { + "schema": "legacy.json", + "parent": { + "scopes": ["addon_parent"], + "paths": [["legacy"]], + "script": "legacy.js" + } + } + } +} |