Skip to content

Commit

Permalink
Update icons and web manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
corbindavenport committed Aug 5, 2022
1 parent 530bf9a commit a526e61
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 64 deletions.
Binary file removed img/icon-maskable.png
Binary file not shown.
File renamed without changes
Binary file added img/icon_x24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file removed img/import-shortcut.png
Binary file not shown.
39 changes: 0 additions & 39 deletions img/import-shortcut.svg

This file was deleted.

Binary file added img/maskable_icon_x192.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/maskable_icon_x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
<script src="js/shared.js"></script>
<!-- Icons and theme -->
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="24x24" href="img/icon_x24.png">
<link rel="manifest" href="site.webmanifest">
<link rel="shortcut icon" href="favicon.ico">
<meta name="theme-color" content="#222">
Expand Down
37 changes: 14 additions & 23 deletions site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,33 @@
"short_name": "PhotoStack",
"icons": [
{
"src": "img/android-chrome-192x192.png",
"src": "img/icon_x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
"type": "image/png"
},
{
"src": "img/android-chrome-512x512.png",
"src": "img/icon_x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
"type": "image/png"
},
{
"src": "img/icon-maskable.png",
"src": "img/maskable_icon_x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
"purpose": "maskable"
},
{
"src": "img/maskable_icon_x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#222",
"theme_color": "#303030",
"background_color": "#303030",
"display": "standalone",
"start_url": "/",
"start_url": "/?utm_source=Installed%20App&utm_medium=Shortcut",
"shortcuts": [
{
"name": "Import",
"description": "Import images",
"url": "/?open_import=true",
"icons": [
{
"src": "/img/import-shortcut.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "any maskable"
}
]
},
{
"name": "Watermarks",
"description": "Open list of watermarks",
Expand Down

0 comments on commit a526e61

Please sign in to comment.