Incremented version to 0.6
This commit is contained in:
parent
3ce1693734
commit
92302cdedd
@ -1,33 +1,32 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "AlwaysKillSticky",
|
"name": "AlwaysKillSticky",
|
||||||
"version": "0.5",
|
"version": "0.6",
|
||||||
"description": "Get rid of sticky elements on websites - permanently!",
|
"description": "Get rid of sticky elements on websites - permanently!",
|
||||||
"author": "Said Achmiz",
|
"author": "Said Achmiz",
|
||||||
"homepage_url": "https://git.sr.ht/~achmizs/AlwaysKillSticky.git",
|
"homepage_url": "https://git.sr.ht/~achmizs/AlwaysKillSticky.git",
|
||||||
"permissions": [ "declarativeContent", "activeTab", "storage" ],
|
"permissions": [ "declarativeContent", "activeTab", "storage" ],
|
||||||
"background": {
|
"background": {
|
||||||
"scripts": ["background.js"],
|
"scripts": ["background.js"],
|
||||||
"persistent": false
|
"persistent": false
|
||||||
},
|
},
|
||||||
"content_scripts": [
|
"content_scripts": [ {
|
||||||
{
|
"matches": [ "http://*/*", "https://*/*" ],
|
||||||
"matches": [ "http://*/*", "https://*/*" ],
|
"run_at": "document_end",
|
||||||
"run_at": "document_end",
|
"js": [ "functions.js", "contentScript.js" ]
|
||||||
"js": [ "functions.js", "contentScript.js" ]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"page_action": {
|
"page_action": {
|
||||||
"default_popup": "popup.html",
|
"default_popup": "popup.html",
|
||||||
"default_title": "AlwaysKillSticky - Click the icon to control sticky-killing on this site!",
|
"default_title": "AlwaysKillSticky - Click the icon to control sticky-killing on this site!",
|
||||||
"default_icon": {
|
"default_icon": {
|
||||||
"16": "images/ASK16.png",
|
"16": "images/ASK16.png",
|
||||||
"32": "images/ASK32.png",
|
"32": "images/ASK32.png",
|
||||||
"48": "images/ASK48.png",
|
"48": "images/ASK48.png",
|
||||||
"128": "images/ASK128.png"
|
"128": "images/ASK128.png"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "images/ASK16.png",
|
"16": "images/ASK16.png",
|
||||||
"32": "images/ASK32.png",
|
"32": "images/ASK32.png",
|
||||||
"48": "images/ASK48.png",
|
"48": "images/ASK48.png",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user