diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..954ea2f --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,21 @@ +{ + "name": "vibrant-axolotl-glow", + "short_name": "vibrant-axolotl-glow", + "description": "vibrant-axolotl-glow - Built with Kleap", + "start_url": "/", + "display": "standalone", + "background_color": "#ffffff", + "theme_color": "#000000", + "icons": [ + { + "src": "/icon-192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/icon-512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} \ No newline at end of file