diff --git a/frontend/icons-192.png b/frontend/icons-192.png new file mode 100644 index 0000000..d5669a3 Binary files /dev/null and b/frontend/icons-192.png differ diff --git a/frontend/icons-512.png b/frontend/icons-512.png new file mode 100644 index 0000000..e71478e Binary files /dev/null and b/frontend/icons-512.png differ diff --git a/frontend/manifest.json b/frontend/manifest.json new file mode 100644 index 0000000..b2fd455 --- /dev/null +++ b/frontend/manifest.json @@ -0,0 +1,21 @@ +{ + "short_name": "Photos.Ketr", + "name": "Ketrenos Photos", + "icons": [ + { + "src": "icons-192.png", + "type": "image/png", + "sizes": "192x192" + }, + { + "src": "icons-512.png", + "type": "image/png", + "sizes": "512x512" + } + ], + "start_url": "/", + "background_color": "#ddd", + "display": "standalone", + "scope": "/", + "theme_color": "#ddd" +}