1
0
Fork 0
A simple browser extension to submit network traffic to the "Nexus Archive" website.
This repository has been archived on 2024-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Krzysztof Sikorski 83d45fdcc7
Remove unnecessary properties from submitted data
2021-11-16 00:33:17 +01:00
icons Generate basic extension files via create-web-ext tool 2021-11-07 02:37:18 +01:00
options Extract preferences into a separate class and source file 2021-11-08 00:44:43 +01:00
src Remove unnecessary properties from submitted data 2021-11-16 00:33:17 +01:00
.editorconfig Add forgotten .editorconfig file 2021-11-07 18:46:19 +01:00
.eslintrc.json Add and configure ESLint 2021-11-07 23:05:57 +01:00
.gitattributes Add and configure ESLint 2021-11-07 23:05:57 +01:00
.gitignore Add and configure ESLint 2021-11-07 23:05:57 +01:00
CHANGELOG.md Release version 1.0.0 2021-11-11 22:33:56 +01:00
LICENSE.txt Initialize repository 2021-11-01 22:53:42 +01:00
README.md Add a CHANGELOG file 2021-11-11 22:32:34 +01:00
manifest.json Remove unnecessary entry for "unlimited storage" from required permissions 2021-11-16 00:23:26 +01:00
package-lock.json Explicitly add web-ext tool and configuration to nodejs/npm configuration 2021-11-08 00:07:42 +01:00
package.json Explicitly add web-ext tool and configuration to nodejs/npm configuration 2021-11-08 00:07:42 +01:00

README.md

Nexus Archive browser extension

A simple browser extension to submit network traffic to the Nexus Archive website.

Licence

This project is licensed under European Union Public Licence (EUPL).

For convenience an English text of the licence is included in LICENSE.txt file.

Changelog

You can read changelog in a separate file.