diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/images/photo.png | bin | 0 -> 398571 bytes | |||
| -rw-r--r-- | public/images/preview/.gitignore | 2 | ||||
| -rw-r--r-- | public/manifest.json | 13 |
3 files changed, 14 insertions, 1 deletions
diff --git a/public/images/photo.png b/public/images/photo.png Binary files differnew file mode 100644 index 0000000..243dd44 --- /dev/null +++ b/public/images/photo.png diff --git a/public/images/preview/.gitignore b/public/images/preview/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/public/images/preview/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore
\ No newline at end of file diff --git a/public/manifest.json b/public/manifest.json index 725d7ff..b5e1228 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,8 +3,19 @@ "short_name": "popov.link", "icons": [ { + "src": "favicon.png", + "sizes": "32x32", + "type": "image/png" + }, + { + "src": "apple-touch-icon.png", + "sizes": "180x180", + "type": "image/png" + }, + { + "src": "google-touch-icon.png", "sizes": "512x512", - "src": "google-touch-icon.png" + "type": "image/png" } ], "background_color": "#ffffff", |
