Skip to content

Commit

Permalink
Merge pull request #3 from mejackreed/reduce-permissions
Browse files Browse the repository at this point in the history
Reduce permissions
  • Loading branch information
mejackreed committed Mar 10, 2016
2 parents 44e2e21 + d5fa2d0 commit 6a32efa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@
"name": "David Rumsey Map Collection - MapTab",
"description": "A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection",
"short_name": "DRMC - MapTab",
"version": "0.3.0",
"version": "0.3.1",
"incognito": "split",
"offline_enabled": true,
"chrome_url_overrides": {
"newtab": "index.html"
},
"content_security_policy": "script-src 'self' http://*.stanford.edu/*; object-src 'self'",
"permissions": [
"cookies",
"<all_urls>",
"tabs"
],
"icons": {
"16": "assets/images/icon16.png",
"48": "assets/images/icon48.png",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "david-rumsey-map-collection-maptab",
"version": "0.3.0",
"version": "0.3.1",
"description": "A tab Chrome extension for displaying random maps from the David Rumsey Map Collection",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6a32efa

Please sign in to comment.