mirror of
https://github.com/elder-plinius/binaural-beats-generator.git
synced 2026-07-13 06:26:34 +02:00
Update manifest.json
This commit is contained in:
+6
-6
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Binaural Beats Generator",
|
||||
"version": "1.0",
|
||||
"description": "Generate binaural beats to enhance focus and relaxation.",
|
||||
"permissions": ["activeTab", "scripting"],
|
||||
"action": {
|
||||
"permissions": ["activeTab"],
|
||||
"background": {
|
||||
"scripts": ["background.js"],
|
||||
"persistent": false
|
||||
},
|
||||
"browser_action": {
|
||||
"default_popup": "popup.html"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user