Further corrections to manifest
This commit is contained in:
parent
3d2a4cb04b
commit
422f4a7427
@ -4,6 +4,12 @@
|
|||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"description": "Get rid of sticky elements on websites - permanently!",
|
"description": "Get rid of sticky elements on websites - permanently!",
|
||||||
"author": "Said Achmiz",
|
"author": "Said Achmiz",
|
||||||
|
"browser_specific_settings": {
|
||||||
|
"gecko": {
|
||||||
|
"id": "AlwaysKillSticky@saidachmiz.net",
|
||||||
|
"strict_min_version": "57.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"homepage_url": "https://git.sr.ht/~achmizs/AlwaysKillSticky.git",
|
"homepage_url": "https://git.sr.ht/~achmizs/AlwaysKillSticky.git",
|
||||||
"permissions": [ "activeTab", "storage" ],
|
"permissions": [ "activeTab", "storage" ],
|
||||||
"background": {
|
"background": {
|
||||||
@ -31,5 +37,8 @@
|
|||||||
"48": "images/ASK_on_48.png",
|
"48": "images/ASK_on_48.png",
|
||||||
"128": "images/ASK_on_128.png"
|
"128": "images/ASK_on_128.png"
|
||||||
},
|
},
|
||||||
"options_ui": "options.html"
|
"options_ui": {
|
||||||
|
"page": "options.html",
|
||||||
|
"open_in_tab": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user