Update README

This commit is contained in:
Arkadiusz Wieczorek 2022-07-09 21:48:57 +02:00
parent 0c05df45cf
commit 6198856693
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ Note: At the moment, we support Polish language because this extension generates
## How build and run add-on
1. Prepare node 16.x and npm 8.x
1. Prepare node 16.x+ and npm 7.x+
2. `npm install`
3. `npm run build`
4. The build code is located in the `lib/` directory

View File

@ -3,7 +3,7 @@
"manifest_version": 2,
"name": "Rentgen",
"short_name": "Rentgen",
"version": "0.1.0",
"version": "0.1.1",
"author": "Kuba Orlik, Arkadiusz Wieczorek (Internet. Czas działać!)",
"homepage_url": "https://git.internet-czas-dzialac.pl/icd/rentgen",
"background": {

View File

@ -1,6 +1,6 @@
{
"name": "rentgen",
"version": "0.1.0",
"version": "0.1.1",
"description": "Rentgen is an add-on prepared for Firefox based browsers. This extension will automatically visualize all the data that a given website sends to third parties.",
"main": "esbuild.config.js",
"type": "module",