This commit is contained in:
Tronax 2026-05-15 21:18:20 +02:00
parent cf0703f7f5
commit 8348fedf9b

View file

@ -1,7 +1,6 @@
{
"manifest_version": 3,
"name": "Volume Booster",
<<<<<<< HEAD
"version": "1.0",
"description": "Boost audio up to 600%",
"permissions": ["activeTab", "storage"],
@ -14,8 +13,7 @@
"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.",
@ -39,5 +37,4 @@
"background": {
"service_worker": "background.js"
}
>>>>>>> 2056a0d (First Commit, Code by Claude 4.7 Opus)
}