Update version and permissions in manifest.json
This commit is contained in:
parent
5411b1d3c6
commit
e051e00899
|
@ -10,9 +10,9 @@
|
|||
"code:typecheck": "./node_modules/.bin/tsc --noEmit",
|
||||
"app:dist": "rimraf dist && cross-env BROWSER='firefox' webpack --config webpack/webpack.prod.js",
|
||||
"app:dev": "cross-env BROWSER='firefox' webpack --config webpack/webpack.dev.js --watch",
|
||||
"test:unit": "jest",
|
||||
"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"
|
||||
"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",
|
||||
"test:unit": "jest"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "Fedishare",
|
||||
"version": "0.9.0",
|
||||
"version": "0.9.1",
|
||||
"description": "Share the current tab on the fediverse",
|
||||
"permissions": ["tabs", "activeTab", "https://*/*", "storage"],
|
||||
"permissions": ["activeTab", "storage"],
|
||||
"manifest_version": 2,
|
||||
"browser_action": {
|
||||
"default_popup": "popup.html",
|
||||
|
|
Loading…
Reference in New Issue