Skip to content

Commit

Permalink
clear up permissions, bump version.
Browse files Browse the repository at this point in the history
extension does not use “tabs” permission - therefore, remove from
manifest.
  • Loading branch information
Mike C authored and Mike C committed Aug 10, 2015
1 parent da90678 commit 743a317
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"manifest_version": 2,
"name": "Monero Monitor",
"short_name":"XMR Monitor",
"author": "Mike Croteau",
"version": "0.9",
"version_name": "0.9-beta",
"version": "0.9.1",
"version_name": "0.9.1-beta",
"description": "A Chrome extension for monitoring the Monero network",
"icons": {"128":"data/img/128.png"},
"browser_action": {
Expand Down Expand Up @@ -32,7 +33,6 @@
]
},
"permissions": [
"tabs",
"storage",
"*://chainradar.com/"
]
Expand Down

0 comments on commit 743a317

Please sign in to comment.