Skip to content

Commit

Permalink
Merge pull request #26 from superKalo/feature/change-icon
Browse files Browse the repository at this point in the history
Feature / New Fancy Icon, kudos to Ani!
  • Loading branch information
superKalo authored Oct 19, 2017
2 parents d8f8f00 + 6c3d6f7 commit affc841
Show file tree
Hide file tree
Showing 19 changed files with 41 additions and 35 deletions.
3 changes: 1 addition & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ const distPath = `./dist/${ENV}/`;

const filesArr = [
'./src/js/**/*',
'./src/img/**/*',
'./src/css/**/*'
];
if (ENV === 'extension') {
filesArr.push('./src/manifest.json');
filesArr.push('./src/manifest.json', './src/icons/**/*');
}

gulp.task('copy-files', function () {
Expand Down
Binary file modified src/favicons/android-chrome-192x192.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 modified src/favicons/android-chrome-512x512.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 modified src/favicons/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/favicons/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#2d89ef</TileColor>
<TileColor>#ffffff</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file modified src/favicons/favicon-16x16.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 modified src/favicons/favicon-32x32.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 modified src/favicons/favicon.ico
Binary file not shown.
Binary file modified src/favicons/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 36 additions & 29 deletions src/favicons/safari-pinned-tab.svg
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/icons/[email protected]
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/icons/[email protected]
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/icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/img/icon.png
Binary file not shown.
Binary file removed src/img/icon128.png
Binary file not shown.
Binary file removed src/img/icon16.png
Binary file not shown.
Binary file removed src/img/icon48.png
Binary file not shown.
Binary file added src/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "Replace the New Tab page with Bitcoin price chart",
"version": "1.0.0",
"icons": {
"16": "img/icon16.png",
"48": "img/icon48.png",
"128": "img/icon128.png"
"16": "icons/icon16@3.png",
"48": "icons/icon48@3.png",
"128": "icons/icon128@3.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
Expand Down

0 comments on commit affc841

Please sign in to comment.