Added necessary permission
This commit is contained in:
parent
52c3f83016
commit
363ca804ce
@ -1,11 +1,11 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "AlwaysKillSticky",
|
||||
"version": "1.2.5.1",
|
||||
"version": "1.2.5.2",
|
||||
"description": "Get rid of sticky elements on websites - permanently!",
|
||||
"author": "Said Achmiz",
|
||||
"homepage_url": "https://git.sr.ht/~achmizs/AlwaysKillSticky.git",
|
||||
"permissions": [ "storage" ],
|
||||
"permissions": [ "activeTab", "storage" ],
|
||||
"background": {
|
||||
"scripts": ["background.js"],
|
||||
"persistent": false
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "AlwaysKillSticky",
|
||||
"version": "1.2.5.1",
|
||||
"version": "1.2.5.2",
|
||||
"description": "Get rid of sticky elements on websites - permanently!",
|
||||
"author": "Said Achmiz",
|
||||
"browser_specific_settings": {
|
||||
@ -11,7 +11,7 @@
|
||||
}
|
||||
},
|
||||
"homepage_url": "https://git.sr.ht/~achmizs/AlwaysKillSticky.git",
|
||||
"permissions": [ "storage" ],
|
||||
"permissions": [ "activeTab", "storage" ],
|
||||
"background": {
|
||||
"scripts": [ "background.js" ]
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user