Initial Phoenix analyzer

This commit is contained in:
Mikei386
2026-06-02 20:56:19 +02:00
commit e499bac928
62 changed files with 28893 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{ "manifest_version":3, "name":"DualTab Switch", "version":"1.2.0",
"description":"Wechselt zwischen Volumio (3000) und Analyzer (8088) ohne Reload.",
"permissions":["tabs"],
"host_permissions":[ "http://localhost:3000/*", "http://localhost:8088/*", "http://127.0.0.1:3000/*", "http://127.0.0.1:8088/*" ],
"background":{"service_worker":"bg.js"},
"content_scripts":[{"matches":["http://localhost:3000/*","http://localhost:8088/*","http://127.0.0.1:3000/*","http://127.0.0.1:8088/*"],"js":["content.js"],"run_at":"document_end"}],
"action":{"default_title":"DualTab Switch"} }