Skip to content

Commit

Permalink
Fixed the malformed permission
Browse files Browse the repository at this point in the history
  • Loading branch information
yxliang01 committed Aug 11, 2016
1 parent 0062a07 commit 63e0fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"permissions": [
"activeTab",
"downloads",
"*",
"*://*/*",
"notifications"
]

Expand Down

0 comments on commit 63e0fd6

Please sign in to comment.