{ "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"} }