Skip to content

Commit 639ec30

Browse files
author
carbonwallet
committed
Merge pull request carbonwallet#1 from cilphex/master
Allow Carbon Wallet to run as a Chrome Packaged App
2 parents 848d81d + b144ca4 commit 639ec30

18 files changed

+1134
-30
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,15 @@ Features:
1111
- Anonymous.
1212
- Runs in the browser
1313
- Keys created in memory.
14+
15+
### Chrome packaged app
16+
17+
Here's how you can run Carbon Wallet as a Chrome packaged app
18+
without having to go through the Chrome Web store:
19+
20+
- Clone the code
21+
- Go to "Menu > Tools > Extensions" in Chrome
22+
- Make sure "Developer mode" is checked at the top
23+
- Click "Load unpacked extension"
24+
- Navigate to the carbonwallet.github.io directory and click OK
25+
- Carbon Wallet will now appear as an option in your App list in Chrome

css/bootstrap-combined.no-icons.min.css

Lines changed: 731 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/font-awesome.css

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/packaged-app.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
html {
2+
overflow-y: auto;
3+
}

0 commit comments

Comments
 (0)