From 2d08ba22e0e7029a3153cf3cfe2644cfcb10dec8 Mon Sep 17 00:00:00 2001 From: Aaron Chu-Carroll Date: Sun, 12 May 2024 11:45:27 -0400 Subject: Edit manifest.json for Firefox support --- apps/extension/manifest.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/extension/manifest.json b/apps/extension/manifest.json index 5cf05298..e44cf21e 100644 --- a/apps/extension/manifest.json +++ b/apps/extension/manifest.json @@ -24,12 +24,14 @@ ], "permissions": [ "activeTab", - "storage", + "storage" + ], + "host_permissions": [ "http://localhost:3000/*", "https://opulent-funicular-94rx4v9w775f96q-3000.app.github.dev/*", "https://anycontext.dhr.wtf/*" ], "background": { - "service_worker": "src/background.ts" + "scripts": ["src/background.ts"] } } -- cgit v1.2.3