diff --git a/package.json b/package.json index 1f499c68..bf5d66eb 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/manifest.json b/src/manifest.json index c64606fe..2d1e8cba 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -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"