diff --git a/package.json b/package.json index 921ca31..0e6a9a7 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/public/firefox_manifest.json b/public/firefox_manifest.json index fbce8cc..36ac013 100644 --- a/public/firefox_manifest.json +++ b/public/firefox_manifest.json @@ -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,