Skip to content

Commit

Permalink
theme shortcut icons
Browse files Browse the repository at this point in the history
should reduce cropping and such
  • Loading branch information
sandervonk committed Aug 5, 2022
1 parent 374864c commit c75e09f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added img/pwa/shortcuts/class-themed.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 img/pwa/shortcuts/conjugator-themed.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 img/pwa/shortcuts/sheetify-themed.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 @@ -8,7 +8,7 @@
"url": "//sander.vonk.one/VITE/app/conjugator.html",
"icons": [
{
"src": "https://sander.vonk.one/VITE/img/pwa/shortcuts/conjugator.png",
"src": "https://sander.vonk.one/VITE/img/pwa/shortcuts/conjugator-themed.png",
"sizes": "192x192"
}
]
Expand All @@ -20,7 +20,7 @@
"url": "//sander.vonk.one/VITE/app/sheetify.html",
"icons": [
{
"src": "https://sander.vonk.one/VITE/img/pwa/shortcuts/sheetify.png",
"src": "https://sander.vonk.one/VITE/img/pwa/shortcuts/sheetify-themed.png",
"sizes": "192x192"
}
]
Expand All @@ -32,7 +32,7 @@
"url": "//sander.vonk.one/VITE/class/index.html",
"icons": [
{
"src": "https://sander.vonk.one/VITE/img/pwa/shortcuts/class.png",
"src": "https://sander.vonk.one/VITE/img/pwa/shortcuts/class-themed.png",
"sizes": "192x192"
}
]
Expand Down

0 comments on commit c75e09f

Please sign in to comment.