From 38a82bc7e3569b7502a652c9f3fea37a017c0ccb Mon Sep 17 00:00:00 2001 From: auric Date: Thu, 11 Sep 2025 18:00:59 -0500 Subject: Remove browsers --- browsers/firefox/extension/manifest.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 browsers/firefox/extension/manifest.json (limited to 'browsers/firefox/extension/manifest.json') diff --git a/browsers/firefox/extension/manifest.json b/browsers/firefox/extension/manifest.json deleted file mode 100644 index abcbe08..0000000 --- a/browsers/firefox/extension/manifest.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "manifest_version": 2, - "name": "Accent Color Updater", - "version": "0.1", - "description": "Updates CSS variable --accent-color using a native host", - "applications": { - "gecko": { - "id": "accent-color@example.com" - } - }, - "background": { - "scripts": ["background.js"] - }, - "permissions": ["nativeMessaging", "tabs", ""], - "content_scripts": [ - { - "matches": [""], - "js": ["content.js"], - "run_at": "document_start" - } - ] -} -- cgit v1.2.3