Skip to content

Commit c51c16d

Browse files
committed
Updated package to v1.4.0
1 parent ceff64b commit c51c16d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
{
2+
"name": "Javascript Switcher",
23
"author": "Suraj Jain",
4+
"version": "1.4.0",
35
"background": {
46
"scripts": [
5-
"background.js"
7+
"/background/background.js"
68
]
79
},
810
"description": "Add a button in the url bar to block or enable javascript per-site.\n",
911
"homepage_url": "https://github.com/meetDeveloper/Quick-JS-Switcher",
1012
"icons": {
11-
"128": "js.png"
13+
"128": "/icons/js.png"
1214
},
1315
"manifest_version": 2,
14-
"name": "Quick JS Switcher",
1516
"page_action": {
1617
"browser_style": true,
17-
"default_icon": "js_disabled.png",
18+
"default_icon": "/icons/js_disabled.png",
1819
"default_title": "Enable Javascript"
1920
},
2021
"permissions": [
@@ -23,6 +24,5 @@
2324
"webRequestBlocking",
2425
"storage",
2526
"tabs"
26-
],
27-
"version": "1.2.1"
27+
]
2828
}

0 commit comments

Comments
 (0)