aboutsummaryrefslogtreecommitdiffstats
path: root/app/manifest.json
diff options
context:
space:
mode:
authorDan Finlay <somniac@me.com>2016-07-27 06:15:40 +0800
committerGitHub <noreply@github.com>2016-07-27 06:15:40 +0800
commit2368c2993d44375203e0b85158bac707489d1137 (patch)
tree5038c8dc02720a221e52d9bfaae78e334de24a16 /app/manifest.json
parent04f755a132e80fc018e42e2104f6c6feffeb183f (diff)
downloadtangerine-wallet-browser-2368c2993d44375203e0b85158bac707489d1137.tar.gz
tangerine-wallet-browser-2368c2993d44375203e0b85158bac707489d1137.tar.zst
tangerine-wallet-browser-2368c2993d44375203e0b85158bac707489d1137.zip
Add platform specific builds and zip tasks (#486)
* Add platform specific folders to dist folder * Remove gulp hacks * Add platform specific bundling dev and dist tasks now build into platform-specific folders within the `dist` folder. Added tasks `gulp zip` and `gulp dist`. `zip` builds the platform-specific folders into platform-specific bundles within the `dist` folder. `dist` builds and then zips all at once. * Fix chrome bundle zipping * Fix broken reference in eth warning * Fix but where web3.eth.accounts are not available in firefox. * Bump changelog
Diffstat (limited to 'app/manifest.json')
-rw-r--r--app/manifest.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/manifest.json b/app/manifest.json
index 2c5629f7a..7039caeb8 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -8,6 +8,11 @@
"16": "images/icon-16.png",
"128": "images/icon-128.png"
},
+ "applications": {
+ "gecko": {
+ "id": "webextension@metamask.io"
+ }
+ },
"default_locale": "en",
"background": {
"scripts": [