Skip to content

Commit

Permalink
updated manifest.json to original one
Browse files Browse the repository at this point in the history
  • Loading branch information
hardik-pratap-singh committed Aug 30, 2024
1 parent 7ff8ed5 commit 5710c8b
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions browser-extension/plugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,20 @@
"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"
],
"host_permissions": [
"https://ogbv-plugin.tattle.co.in/*"
],
"permissions": ["storage", "contextMenus"],
"host_permissions": ["https://ogbv-plugin.tattle.co.in/*"],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-script.js"
],
"matches": ["<all_urls>"],
"js": ["content-script.js"],
"run_at": "document_end"
}
],
"action": {
"default_popup": "options.html"
},
"icons": {
"16": "icon16.png",
"48": "icon32.png"
}
"icons": { "16": "icon16.png", "48": "icon32.png" }
}

0 comments on commit 5710c8b

Please sign in to comment.