Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
Update version and remove activetab permission
  • Loading branch information
maxmousee committed Jul 28, 2020
1 parent 7edb9f6 commit 0aa9d31
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Simple PONG",
"short_name": "PONG",
"description": "Simple and lightweight PONG Game written in JavaScript using jQuery",
"version": "2.1",
"version": "3.0",
"icons": { "16": "icon.png",
"32": "icon.png",
"48": "icon.png",
Expand All @@ -12,7 +12,5 @@
"default_icon": "icon.png",
"default_popup": "game.html"
},
"permissions": [
"activeTab"
]
"permissions": []
}

0 comments on commit 0aa9d31

Please sign in to comment.