Update manifest.json
Mozilla docs explicitly say this isn't required, but then reject you if you don't have it! :D Also it turns out I was wrong to use persistence, and this has been corrected.
This commit is contained in:
parent
482901e626
commit
16253ceea9
@ -2,7 +2,7 @@
|
|||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "The Snap",
|
"name": "The Snap",
|
||||||
"description": "Too many tabs open? Halve your workload.",
|
"description": "Too many tabs open? Halve your workload.",
|
||||||
"version": "1.1",
|
"version": "1.1.1",
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "images/gauntlet16.png",
|
"16": "images/gauntlet16.png",
|
||||||
"48": "images/gauntlet48.png",
|
"48": "images/gauntlet48.png",
|
||||||
@ -21,6 +21,14 @@
|
|||||||
"background": {
|
"background": {
|
||||||
"service_worker": "background.js",
|
"service_worker": "background.js",
|
||||||
"scripts": [ "background.js" ],
|
"scripts": [ "background.js" ],
|
||||||
"persistent": true
|
"persistent": false
|
||||||
|
},
|
||||||
|
"browser_specific_settings": {
|
||||||
|
"gecko": {
|
||||||
|
"id": "Firefox:jnepihdngfgandipbhlboibhpkebbnkn"
|
||||||
|
},
|
||||||
|
"gecko_android": {
|
||||||
|
"id": "Firefox_Android:jnepihdngfgandipbhlboibhpkebbnkn"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user