We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7edb9f6 commit 0aa9d31Copy full SHA for 0aa9d31
chrome/manifest.json
@@ -3,7 +3,7 @@
3
"name": "Simple PONG",
4
"short_name": "PONG",
5
"description": "Simple and lightweight PONG Game written in JavaScript using jQuery",
6
- "version": "2.1",
+ "version": "3.0",
7
"icons": { "16": "icon.png",
8
"32": "icon.png",
9
"48": "icon.png",
@@ -12,7 +12,5 @@
12
"default_icon": "icon.png",
13
"default_popup": "game.html"
14
},
15
- "permissions": [
16
- "activeTab"
17
- ]
+ "permissions": []
18
}
0 commit comments