Some fixes

This commit is contained in:
Tronax 2026-05-15 21:11:59 +02:00
parent ec216264b1
commit cf0703f7f5
13 changed files with 798 additions and 0 deletions

View file

@ -1,6 +1,7 @@
{
"manifest_version": 3,
"name": "Volume Booster",
<<<<<<< HEAD
"version": "1.0",
"description": "Boost audio up to 600%",
"permissions": ["activeTab", "storage"],
@ -14,4 +15,29 @@
"js": ["content.js"]
}
]
=======
"author": "Tronax mail@tronax.dev",
"version": "1.0.0",
"description": "Boost or lower the volume of any browser tab — up to 600%. Mit schönem Interface.",
"permissions": ["activeTab", "tabs", "storage", "tabCapture", "offscreen"],
"action": {
"default_popup": "popup.html",
"default_title": "Volume Booster",
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"background": {
"service_worker": "background.js"
}
>>>>>>> 2056a0d (First Commit, Code by Claude 4.7 Opus)
}