From e42ab40463d576cd13a1c689a03ba8df86dbec89 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sat, 4 Oct 2025 13:51:56 -0700 Subject: [PATCH] Feat: Add CSP for Google Fonts & fix popup path --- manifest.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 9e26038..1c5c28c 100644 --- a/manifest.json +++ b/manifest.json @@ -12,14 +12,12 @@ "browser_style": false, "default_icon": "icon.png", "default_title": "in\u00d8sight", - "default_popup": "dash.html" + "default_popup": "index.html" }, - "web_accessible_resources": [ - "candara.woff" - ], + "content_security_policy": "script-src 'self'; style-src 'self' https://fonts.googleapis.com; font-src https://fonts.gstatic.com;", "browser_specific_settings": { "gecko": { "id": "{0a73f41c-c59c-404b-9e07-f7392fa830d4}" } } -} \ No newline at end of file +}