diff --git a/.gitignore b/.gitignore index 56b90c4..0d05615 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ .DS_Store node_modules the-tab-of-words.pem -the-tab-of-words.zip diff --git a/app/package.json b/app/package.json index 44a1867..2dcddc5 100644 --- a/app/package.json +++ b/app/package.json @@ -8,7 +8,7 @@ "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", "start": "npm run dev", "lint": "eslint --ext .js,.vue src", - "build": "node build/build.js && rm -rf ../the-tab-of-words.zip && zip -r ../the-tab-of-words.zip ../the-tab-of-words" + "build": "node build/build.js" }, "dependencies": { "lodash": "^4.17.4", diff --git a/the-tab-of-words.crx b/the-tab-of-words.crx deleted file mode 100644 index 3a3faae..0000000 Binary files a/the-tab-of-words.crx and /dev/null differ diff --git a/the-tab-of-words.zip b/the-tab-of-words.zip new file mode 100644 index 0000000..132b684 Binary files /dev/null and b/the-tab-of-words.zip differ diff --git a/the-tab-of-words/manifest.json b/the-tab-of-words/manifest.json index f912cfa..d454d5f 100644 --- a/the-tab-of-words/manifest.json +++ b/the-tab-of-words/manifest.json @@ -17,6 +17,7 @@ ], "applications": { "gecko": { + "id": "{87cdf9d5-32e6-4adc-81e2-30ecd6953ad9}", "strict_min_version": "53.0" } }