Skip to content

Commit

Permalink
Adding web access permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasupathi-Rajamanickam authored Feb 18, 2020
1 parent 774f278 commit 29a8902
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@
"permissions": [
"debugger",
"storage",
"activeTab"
"activeTab",
"http://*/*",
"https://*/*"
],
"web_accessible_resources": [
"*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"manifest_version": 2,
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon.png"
}
}
}

0 comments on commit 29a8902

Please sign in to comment.