Skip to content

Commit

Permalink
Remove unnecessary permission
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmousee committed Dec 24, 2020
1 parent bff6f5b commit b818d68
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Simple Space Invaders",
"short_name": "SPACE INVADERS",
"description": "Simple and lightweight Space Invaders Game written in JavaScript",
"version": "1.0",
"version": "1.1",
"icons": { "16": "icon.png",
"32": "icon.png",
"48": "icon.png",
Expand All @@ -12,7 +12,5 @@
"default_icon": "icon.png",
"default_popup": "index.html"
},
"permissions": [
"activeTab"
]
}
"permissions": []
}

0 comments on commit b818d68

Please sign in to comment.