We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceff64b commit c51c16dCopy full SHA for c51c16d
1 file changed
manifest.json
@@ -1,20 +1,21 @@
1
{
2
+ "name": "Javascript Switcher",
3
"author": "Suraj Jain",
4
+ "version": "1.4.0",
5
"background": {
6
"scripts": [
- "background.js"
7
+ "/background/background.js"
8
]
9
},
10
"description": "Add a button in the url bar to block or enable javascript per-site.\n",
11
"homepage_url": "https://github.com/meetDeveloper/Quick-JS-Switcher",
12
"icons": {
- "128": "js.png"
13
+ "128": "/icons/js.png"
14
15
"manifest_version": 2,
- "name": "Quick JS Switcher",
16
"page_action": {
17
"browser_style": true,
- "default_icon": "js_disabled.png",
18
+ "default_icon": "/icons/js_disabled.png",
19
"default_title": "Enable Javascript"
20
21
"permissions": [
@@ -23,6 +24,5 @@
23
24
"webRequestBlocking",
25
"storage",
26
"tabs"
- ],
27
- "version": "1.2.1"
+ ]
28
}
0 commit comments