Skip to content

Commit

Permalink
Reduce the required permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
modos189 committed Apr 15, 2019
1 parent 48b817c commit 30b9b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/popup/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ body#options .section.options, body#plugins .section.plugins {
* h2
*/
h2 {
font-size: 1.2rem;
font-size: 1.2em;
margin: 0;
padding: 2px 12px 3px 10px;
}
Expand Down
3 changes: 1 addition & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "1.0.0",
"version": "1.0.1",
"minimum_chrome_version": "61",
"applications": {
"gecko": {
Expand All @@ -11,7 +11,6 @@
},
"permissions": [
"tabs",
"activeTab",
"cookies",
"storage",
"https://*.ingress.com/intel",
Expand Down

0 comments on commit 30b9b9a

Please sign in to comment.