Skip to content

Commit

Permalink
#8 Fix the extension logo
Browse files Browse the repository at this point in the history
  • Loading branch information
MGHollander committed May 25, 2020
1 parent 39a6b86 commit f6f49ad
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added images/strava-bulk-edit-logo-64.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 manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "A Chrome extension to edit multiple Strava activities at once.",
"author": "Marc Hollander <marchollander@gmail.com>",
"homepage_url": "https://github.com/MGHollander/strava-bulk-edit",
"version": "1.0.3",
"version": "1.0.4",
"icons": {
"64": "images/Strava-logo-64.png"
"64": "images/strava-bulk-edit-logo-64.png"
},
"background": {
"scripts": ["background.js"],
Expand All @@ -24,6 +24,6 @@
],
"page_action": {
"default_popup": "popup.html",
"default_icon": "images/Strava-logo-64.png"
"default_icon": "images/strava-bulk-edit-logo-64.png"
}
}
Binary file added src/images/strava-bulk-edit-logo-512.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/images/strava-bulk-edit-logo-512.xcf
Binary file not shown.

0 comments on commit f6f49ad

Please sign in to comment.