Skip to content

Commit

Permalink
build: fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Jul 18, 2019
1 parent 4be9b0d commit 5bd0fef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -12,6 +12,7 @@
"lint-built-addon": "addons-linter dist",
"prerelease": "npm run test && npm run build:prod && npm run lint-built-addon",
"release": "standard-version -s -a",
"postrelease": "npm run shipit",
"shipit": "npm run shipit:chrome && npm run shipit:firefox && npm run shipit:opera",
"shipit:firefox": "shipit firefox dist",
"shipit:chrome": "shipit chrome dist",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.5.2",
"manifest_version": 2,
"minimum_chrome_version": "70",
"browser_specific_settings": {
"applications": {
"gecko": {
"id": "{744e2cc4-e8d5-4ab9-814e-d7dc30a09b3c}",
"strict_min_version": "60.0"
Expand Down

0 comments on commit 5bd0fef

Please sign in to comment.