Fix for rebased files

This commit is contained in:
Tronax 2026-05-15 21:20:15 +02:00
parent 8348fedf9b
commit 68e6be32f0
4 changed files with 0 additions and 168 deletions

View file

@ -1,20 +1,6 @@
{
"manifest_version": 3,
"name": "Volume Booster",
"version": "1.0",
"description": "Boost audio up to 600%",
"permissions": ["activeTab", "storage"],
"action": {
"default_popup": "popup.html",
"default_title": "Volume Booster"
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"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"],