9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
"icon": "data/img/icon-48.png",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Olivier R.",
"license": "GPL-3.0 (http://www.gnu.org/licenses/gpl-3.0.html)",
"engines": {
"firefox": ">=45.0"
},
"unpack": true,
"permissions": {
"multiprocess": true,
"private-browsing": true
},
|
|
|
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
"icon": "data/img/icon-48.png",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Olivier R.",
"license": "GPL-3.0 (http://www.gnu.org/licenses/gpl-3.0.html)",
"engines": {
"firefox": ">=52.0"
},
"unpack": true,
"permissions": {
"multiprocess": true,
"private-browsing": true
},
|