From ad69f9c86b950cc84ca103e65824b9c9129d3999 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 31 Jan 2022 18:06:13 +0100 Subject: add support for testing with other browsers (especially Abrowser and Librewolf) There are still some spurious failures when running under those newer browsers. Those will be systematically investigated and fixed. --- manifest.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 25b5a1a..350c39a 100644 --- a/manifest.json +++ b/manifest.json @@ -68,6 +68,8 @@ "16": "icons/haketilo16.png" }, "default_title": "Haketilo", + // Both popup.html and settings.html depend on file_preview.html. +#LOADHTML html/file_preview.html #LOADHTML html/popup.html "default_popup": "html/popup.html" }, -- cgit v1.2.3