Compare commits

...

3 Commits

Author SHA1 Message Date
Mickie a7c797bd65 Update README file. 2022-02-10 22:17:32 -06:00
Mickie 9392936029 Update Build section. 2022-02-10 22:14:46 -06:00
Mickie fd594eab49 Install web-ext. 2022-02-10 21:50:04 -06:00
3 changed files with 9 additions and 2 deletions

View File

@ -102,6 +102,12 @@ This project uses the [Web Extension Boilerplate](https://github.com/davidnguyen
#### Load package to browsers
##### Automatically
Just execute: `npm run start:browser`
##### Manually
1. Go to the browser's URL address bar
2. Enter `about:debugging#/runtime/this-firefox`
3. Click **Load Temporary Add-on...**

View File

@ -12,6 +12,7 @@
"app:dev": "cross-env BROWSER='firefox' webpack --config webpack/webpack.dev.js --watch",
"style:dev": "postcss ./public/css/styles.css -o ./dist/css/main.css",
"style:dist": "NODE_ENV=production postcss ./public/css/styles.css -o ./dist/css/main.css",
"start:browser": "web-ext run --source-dir ./dist/",
"test:unit": "jest"
},
"repository": {
@ -58,7 +59,7 @@
"ts-jest": "26.4.4",
"ts-loader": "^9.1.1",
"typescript": "^4.2.4",
"web-ext": "^6.6.0",
"web-ext": "^6.7.0",
"web-ext-types": "3.2.1",
"webpack": "5.18.0",
"webpack-cli": "4.4.0",

View File

@ -1,6 +1,6 @@
{
"name": "Fedishare",
"version": "0.9.1",
"version": "0.9.2",
"description": "Share the current tab on the fediverse",
"permissions": ["activeTab", "storage"],
"manifest_version": 2,