blob: 7aafbb15c4c91255ede57c225849402051247d8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"
}
}
}
}
|