Typo Fix
This commit is contained in:
parent
cf0703f7f5
commit
8348fedf9b
1 changed files with 1 additions and 4 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "Volume Booster",
|
"name": "Volume Booster",
|
||||||
<<<<<<< HEAD
|
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"description": "Boost audio up to 600%",
|
"description": "Boost audio up to 600%",
|
||||||
"permissions": ["activeTab", "storage"],
|
"permissions": ["activeTab", "storage"],
|
||||||
|
|
@ -14,8 +13,7 @@
|
||||||
"matches": ["<all_urls>"],
|
"matches": ["<all_urls>"],
|
||||||
"js": ["content.js"]
|
"js": ["content.js"]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
=======
|
|
||||||
"author": "Tronax mail@tronax.dev",
|
"author": "Tronax mail@tronax.dev",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Boost or lower the volume of any browser tab — up to 600%. Mit schönem Interface.",
|
"description": "Boost or lower the volume of any browser tab — up to 600%. Mit schönem Interface.",
|
||||||
|
|
@ -39,5 +37,4 @@
|
||||||
"background": {
|
"background": {
|
||||||
"service_worker": "background.js"
|
"service_worker": "background.js"
|
||||||
}
|
}
|
||||||
>>>>>>> 2056a0d (First Commit, Code by Claude 4.7 Opus)
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue