feat(translations): add support for description and chrome store page

This commit is contained in:
David Ralph
2021-07-19 20:28:40 +01:00
parent d7be6e351d
commit bdd277d876
5 changed files with 28 additions and 3 deletions

View File

@@ -55,7 +55,7 @@
"scripts": {
"start": "webpack serve",
"build": "webpack --mode=production",
"chrome": "cp manifest/chrome.json build/manifest.json",
"chrome": "cp manifest/chrome.json build/manifest.json && cp -r manifest/_locales build/_locales",
"firefox": "cp manifest/firefox.json build/manifest.json"
},
"browserslist": {