Skip to content

Commit 65f7361

Browse files
committed
removed commented out sections of manifest.json
1 parent d2cd1a7 commit 65f7361

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

manifest.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "1.0",
44
"description": "Build an Extension!",
55
"manifest_version": 2,
6-
// "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com; object-src 'self'; connect-src 'self' wss://*.firebaseio.com;",
76
"content_scripts": [
87
{ "matches": ["http://en.wikipedia.org/*","https://en.wikipedia.org/*"],
98
"js": ["jquery.js","./node_modules/split.js/split.min.js","gumshoe.js","wiki.js"],
@@ -15,10 +14,6 @@
1514
"permissions": [
1615
"identity"
1716
],
18-
"icons": {
19-
// "16": "imgs/icon16.png",
20-
// "48": "imgs/icon48.png",
21-
// "128": "imgs/icon128.png"
22-
},
17+
"icons": {},
2318
"content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com; object-src 'self'; connect-src 'self' wss://*.firebaseio.com;"
2419
}

0 commit comments

Comments
 (0)