Add JSON definition subscriptions

This commit is contained in:
Jordan Wages 2026-08-25 00:40:30 -05:00
commit bedeb8495d
15 changed files with 321 additions and 37 deletions

View file

@ -11,7 +11,7 @@
"96": "icons/logo96.png",
"128": "icons/logo128.png"
},
"permissions": ["storage", "tabs", "offscreen"],
"permissions": ["storage", "tabs", "alarms", "offscreen"],
"host_permissions": ["<all_urls>"],
"background": { "service_worker": "background.js", "type": "module" },
"content_scripts": [{ "matches": ["<all_urls>"], "js": ["content.js"], "run_at": "document_idle" }],