Skip to content

Commit 0aa9d31

Browse files
committed
Update manifest.json
Update version and remove activetab permission
1 parent 7edb9f6 commit 0aa9d31

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

chrome/manifest.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Simple PONG",
44
"short_name": "PONG",
55
"description": "Simple and lightweight PONG Game written in JavaScript using jQuery",
6-
"version": "2.1",
6+
"version": "3.0",
77
"icons": { "16": "icon.png",
88
"32": "icon.png",
99
"48": "icon.png",
@@ -12,7 +12,5 @@
1212
"default_icon": "icon.png",
1313
"default_popup": "game.html"
1414
},
15-
"permissions": [
16-
"activeTab"
17-
]
15+
"permissions": []
1816
}

0 commit comments

Comments
 (0)