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 /native-apps/librejs.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 'native-apps/librejs.json')
-rw-r--r-- | native-apps/librejs.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/native-apps/librejs.json b/native-apps/librejs.json new file mode 100644 index 0000000..b927b76 --- /dev/null +++ b/native-apps/librejs.json @@ -0,0 +1,7 @@ +{ + "name": "librejs", + "description": "Logging LibreJS reports", + "path": "/tmp/librejs-logger.py", + "type": "stdio", + "allowed_extensions": ["jid1-KtlZuoiikVfFew@jetpack"] +} |