From 22932e02cbd1fb16d0180c79a3c9b4d1790fbfda Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 26 Sep 2020 13:40:09 -0400 Subject: Browser manifest updates (#840) * Remove options_page * Remove applications entry * Update default content_security_policy * Add browser-specific build variants * Update default manifest * Increase Firefox min version to 57 --- ext/manifest.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'ext') diff --git a/ext/manifest.json b/ext/manifest.json index 59c88072..9333c5ae 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -61,7 +61,6 @@ } ], "minimum_chrome_version": "57.0.0.0", - "options_page": "bg/settings.html", "options_ui": { "page": "bg/settings.html", "open_in_tab": true @@ -102,11 +101,5 @@ "fg/float.html", "bg/template-renderer.html" ], - "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", - "applications": { - "gecko": { - "id": "alex@foosoft.net", - "strict_min_version": "55.0" - } - } + "content_security_policy": "script-src 'self'; object-src 'self'" } -- cgit v1.2.3