Skip to content

Commit

Permalink
Make file url permissions optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Frost committed Aug 12, 2017
1 parent 6c15f31 commit 7250e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"128": "icons/icon128.png"
},
"permissions": [
"file://*/*",
"tabs",
"storage"
],
"optional_permissions": ["file://*/*"],
"options_ui": {
"page": "options.html",
"chrome_style": true
Expand Down

0 comments on commit 7250e4e

Please sign in to comment.