From 8ee5aba1bd932f248297f8de3eb7bbcdae601bb4 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Fri, 27 Oct 2023 23:38:11 +1100 Subject: [PoC] Log LibreJS reports - run ./build.sh - install the built librejs.xpi as a temporary extension[1] - check the librejs version is 7.21.2 - load some sites e.g. , , and the reports should be logged into /tmp/librejs.log [1] https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/ --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 73bc918..4301a07 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "GNU LibreJS", "short_name": "LibreJS", - "version": "7.21.1", + "version": "7.21.2", "author": "various", "description": "Only allows free and/or trivial Javascript to run.", "applications": { @@ -15,6 +15,7 @@ "64": "icons/librejs.png" }, "permissions": [ + "nativeMessaging", "contextMenus", "webRequest", "webRequestBlocking", -- cgit v1.2.3