Install web-ext.

This commit is contained in:
Mickie 2022-02-10 21:50:04 -06:00
parent c174af1e1b
commit fd594eab49
2 changed files with 3 additions and 2 deletions

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,