mirror of
https://github.com/elder-plinius/binaural-beats-generator.git
synced 2026-08-10 19:30:19 +02:00
Update manifest.json
This commit is contained in:
+6
-4
@@ -2,11 +2,13 @@
|
||||
"manifest_version": 3,
|
||||
"name": "Binaural Beats Generator",
|
||||
"version": "1.0",
|
||||
"permissions": ["storage", "tabs", "activeTab"],
|
||||
"description": "Generate binaural beats to complement your music.",
|
||||
"permissions": ["storage", "activeTab"],
|
||||
"background": {
|
||||
"scripts": ["binauralGenerator.js"],
|
||||
"persistent": false
|
||||
},
|
||||
"action": {
|
||||
"default_popup": "popup.html"
|
||||
},
|
||||
"background": {
|
||||
"service_worker": "background.js"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user