Skip to content

Commit

Permalink
#8 Add icons, the right way...
Browse files Browse the repository at this point in the history
  • Loading branch information
MGHollander committed Jun 13, 2020
1 parent 72ffd83 commit 102308b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
Binary file added images/strava-bulk-edit-logo-128.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 images/strava-bulk-edit-logo-16.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 images/strava-bulk-edit-logo-32.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 images/strava-bulk-edit-logo-48.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 removed images/strava-bulk-edit-logo-64.png
Binary file not shown.
15 changes: 12 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
"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.4",
"version": "1.1.0",
"version_name": "1.1.0-beta",
"icons": {
"64": "images/strava-bulk-edit-logo-64.png"
"16": "images/strava-bulk-edit-logo-16.png",
"32": "images/strava-bulk-edit-logo-32.png",
"48": "images/strava-bulk-edit-logo-48.png",
"128": "images/strava-bulk-edit-logo-128.png"
},
"background": {
"scripts": ["background.js"],
Expand All @@ -25,6 +29,11 @@
],
"page_action": {
"default_popup": "popup.html",
"default_icon": "images/strava-bulk-edit-logo-64.png"
"default_icon": {
"16": "images/strava-bulk-edit-logo-16.png",
"32": "images/strava-bulk-edit-logo-32.png",
"48": "images/strava-bulk-edit-logo-48.png",
"128": "images/strava-bulk-edit-logo-128.png"
}
}
}

0 comments on commit 102308b

Please sign in to comment.