Skip to content

Commit

Permalink
refactor: changing permission for url in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmanvaidya committed Oct 31, 2023
1 parent c54490b commit 9e79e90
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions browser-extension/plugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@
"content_security_policy": {
"extension_pages": "default-src 'none'; connect-src https://ogbv-plugin.tattle.co.in/ https://uli-media.tattle.co.in/; font-src https://fonts.gstatic.com; object-src 'none'; script-src 'self'; style-src https://fonts.googleapis.com 'self' 'unsafe-inline'; img-src https://uli-media.tattle.co.in/; base-uri 'none'; form-action 'none'; frame-ancestors 'none'; report-uri 'none';"
},
"permissions": [
"storage",
"contextMenus",
"https://ogbv-plugin.tattle.co.in/*"
],
"permissions": ["storage", "contextMenus"],
"host_permissions": ["https://ogbv-plugin.tattle.co.in/*"],
"background": {
"service_worker": "background.js"
},
Expand Down

0 comments on commit 9e79e90

Please sign in to comment.