Skip to content

Commit

Permalink
swapping in new Freighter logo (#134)
Browse files Browse the repository at this point in the history
* swapping in new Freighter logo

* svg optimization
  • Loading branch information
piyalbasu authored Nov 5, 2020
1 parent 30113f3 commit fd5a868
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 8 deletions.
Binary file modified docs/static/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/static/images/logo.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 removed extension/public/static/images/get_started128.png
Binary file not shown.
Binary file removed extension/public/static/images/get_started16.png
Binary file not shown.
Binary file removed extension/public/static/images/get_started32.png
Binary file not shown.
Binary file removed extension/public/static/images/get_started48.png
Binary file not shown.
Binary file added extension/public/static/images/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 extension/public/static/images/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 extension/public/static/images/icon32.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 extension/public/static/images/icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions extension/public/static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"browser_action": {
"default_popup": "index.html",
"default_icon": {
"16": "images/get_started16.png",
"32": "images/get_started32.png",
"48": "images/get_started48.png",
"128": "images/get_started128.png"
"16": "images/icon16.png",
"32": "images/icon32.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
}
},
"icons": {
"16": "images/get_started16.png",
"32": "images/get_started32.png",
"48": "images/get_started48.png",
"128": "images/get_started128.png"
"16": "images/icon16.png",
"32": "images/icon32.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"manifest_version": 2
}

0 comments on commit fd5a868

Please sign in to comment.