Skip to content

Commit

Permalink
Merge pull request #24 from superKalo/config/icons
Browse files Browse the repository at this point in the history
Config / Icons & Final Tweaks
  • Loading branch information
superKalo authored Oct 18, 2017
2 parents 49ea424 + feb6cbd commit ba03944
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const distPath = `./dist/${ENV}/`;
const filesArr = [
'./src/index.html',
'./src/js/**/*',
'./src/img/**/*',
'./src/css/**/*'
];
if (ENV === 'extension') {
Expand Down
Binary file added src/img/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/icon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h2 class="chart-period mb text-center">
<svg width="58" height="58" viewBox="0 0 58 58" xmlns="http://www.w3.org/2000/svg"><path d="M16,381.95102 C12.7133422,381.95102 10.0489796,379.286658 10.0489796,376 C10.0489796,372.713342 12.7133422,370.04898 16,370.04898 C19.2866578,370.04898 21.9510204,372.713342 21.9510204,376 C21.9510204,379.286658 19.2866578,381.95102 16,381.95102 Z M15.9643429,368.909127 C12.2432,368.927543 9.19993469,371.811592 8.92845714,375.467559 L3.44202449,366.085159 C6.37237551,362.37871 10.9082776,360 16,360 C22.2898286,360 27.7310041,363.62991 30.3453388,368.908669 L15.9643429,368.908669 L15.9643429,368.909127 Z M16,383.091265 C17.157551,383.091265 18.2501224,382.813845 19.2153469,382.32209 L13.6950857,391.834057 C5.95075918,390.716473 0,384.053747 0,376 C0,372.701714 0.9984,369.636767 2.70883265,367.090155 L9.33048163,378.414237 C10.3181061,381.141943 12.9312653,383.091265 16,383.091265 Z M30.8557714,370.04898 C31.5934041,371.888588 32,373.896751 32,376 C32,384.836637 24.8366367,392 16,392 C15.6430367,392 15.2891429,391.987069 14.9380571,391.964082 L22.2360816,379.388604 L22.2320327,379.386188 C22.7798857,378.379951 23.0912653,377.226253 23.0912653,376 C23.0912653,373.506155 21.8037551,371.313176 19.8573714,370.04898 L30.8557714,370.04898 Z" transform="translate(13 -347)" fill="#999"></path></svg>
</span>
<div class="install_side">
<p class="install_title">Chrome Store</p>
<p class="install_title">Add to Chrome</p>
<span class="install__descr">chrome.google.com/webstore/detail/crypto-tab/hmbkmkdhhlgemdgeefnhfaffdpddohpa</span>
</div>
<span>
Expand All @@ -86,7 +86,7 @@ <h2 class="chart-period mb text-center">
</svg>
</span>
<div class="install_side">
<p class="install_title">Firefox Add-ons</p>
<p class="install_title">Add to Firefox</p>
<span class="install__descr">... coming soon!</span>
</div>
<span>
Expand Down
5 changes: 5 additions & 0 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "Crypto Tab",
"description": "Replace the New Tab page with Bitcoin price chart",
"version": "0.6.0",
"icons": {
"16": "img/icon16.png",
"48": "img/icon48.png",
"128": "img/icon128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
Expand Down

0 comments on commit ba03944

Please sign in to comment.