Update README
This commit is contained in:
parent
0c05df45cf
commit
6198856693
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user