Incremented version to 0.6

This commit is contained in:
Said Achmiz 2019-01-31 13:41:22 -05:00
parent 3ce1693734
commit 92302cdedd

View File

@ -1,7 +1,7 @@
{ {
"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",
@ -10,8 +10,7 @@
"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" ]