Update manifest.json

This commit is contained in:
pliny
2023-08-12 17:42:47 -07:00
committed by GitHub
parent c912971af4
commit edd76bbc1d
+2 -11
View File
@@ -2,18 +2,9 @@
"manifest_version": 3,
"name": "Binaural Beats Generator",
"version": "1.0",
"description": "Generate binaural beats to enhance cognitive functions.",
"permissions": ["storage", "activeTab", "tabs", "scripting"],
"description": "Generate binaural beats to enhance focus and relaxation.",
"permissions": ["storage", "activeTab", "scripting"],
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["content.js"]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
}
}