From c744eb0ef712cb8391b5092c988a200fd1c0a192 Mon Sep 17 00:00:00 2001 From: jahoti Date: Wed, 23 Jun 2021 01:38:07 +0000 Subject: Fix storage initialization on Icecat 60 This patch fixes storage initialization on Gecko browsers by switching from using a background page to using a list of scripts. It remains a mystery why that should have any effect; the only hint is that browser.runtime.onInstalled does not fire when called from a script loaded in a background page. Signed-off-by: jahoti --- background/background.html | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 background/background.html (limited to 'background') diff --git a/background/background.html b/background/background.html deleted file mode 100644 index 53a74e9..0000000 --- a/background/background.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3