diff options
author | Yuchen Pei <id@ypei.org> | 2023-10-27 23:38:11 +1100 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-10-27 23:38:11 +1100 |
commit | 8ee5aba1bd932f248297f8de3eb7bbcdae601bb4 (patch) | |
tree | efb5c4cccf0fa689c00559adc719b711092d02b2 /manifest.json | |
parent | 8926cb68f45ab3dc0bd7bc7eed2cd40c4cc437cd (diff) |
[PoC] Log LibreJS reportsnative-messaging-app
- 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. <https://fsf.org>, <https://archive.org>, and
the reports should be logged into /tmp/librejs.log
[1] https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
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", |