Skip to content

Commit d19b460

Browse files
Add files via upload
0 parents  commit d19b460

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+121256
-0
lines changed

bin/startMEW.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#! /usr/bin/env node
2+
3+
var open = require("open");
4+
var seperator = process.platform=="win32" ? "\\" : "/";
5+
open(require('path').dirname(require.main.filename)+seperator+".."+seperator+"index.html");

css/etherwallet-master.min.css

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cx-wallet.html

+3,538
Large diffs are not rendered by default.

embedded.html

+338
Large diffs are not rendered by default.

fonts/Lato-Bold.woff

302 KB
Binary file not shown.

fonts/Lato-Light.woff

304 KB
Binary file not shown.

fonts/Lato-Regular.woff

302 KB
Binary file not shown.

helpers.html

+678
Large diffs are not rendered by default.

images/cew_logo_paper_updated.png

17.3 KB

images/fav/android-chrome-192x192.png

5.16 KB

images/fav/android-chrome-512x512.png

20.1 KB

images/fav/apple-icon-57x57.png

3.67 KB

images/fav/apple-icon-60x60.png

3.93 KB

images/fav/apple-icon-72x72.png

4.89 KB

images/fav/apple-icon-76x76.png

5.32 KB

images/fav/apple-touch-icon.png

3.84 KB

images/fav/browserconfig.xml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/images/fav/mstile-150x150.png"/>
6+
<TileColor>#1d6986</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

images/fav/favicon-16x16.png

482 Bytes

images/fav/favicon-32x32.png

836 Bytes

images/fav/favicon-96x96.png

7.32 KB

images/fav/favicon.ico

9.44 KB
Binary file not shown.

images/fav/favicon.png

16.3 KB

images/fav/manifest.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "MyEtherWallet",
3+
"icons": [
4+
{
5+
"src": "/images/fav/android-chrome-192x192.png",
6+
"sizes": "192x192",
7+
"type": "image/png"
8+
},
9+
{
10+
"src": "/images/fav/android-chrome-512x512.png",
11+
"sizes": "512x512",
12+
"type": "image/png"
13+
}
14+
],
15+
"theme_color": "#1d6986",
16+
"background_color": "#1d6986",
17+
"display": "standalone"
18+
}

images/fav/mstile-150x150.png

3.08 KB

images/fav/safari-pinned-tab.svg

+1

images/icon-check-green.svg

+1

images/icon-check.svg

+1

images/icon-edit.svg

+1

images/icon-external-link.svg

+1

images/icon-eye-closed.svg

+1

images/icon-eye.svg

+1

images/icon-help-2.svg

+1

images/icon-help-3.svg

+1

images/icon-help.svg

+1

images/icon-remove-red.svg

+1

images/icon-remove.svg

+1

images/icon-view.svg

+1

images/icon-x-orange.svg

+1

images/icon-x.svg

+1

images/icons/icon16.png

482 Bytes

images/icons/icon192.png

5.16 KB

images/icons/icon32.png

836 Bytes

images/logo-bity-white.svg

+1

images/logo-bity.svg

+1

0 commit comments

Comments
 (0)