diff --git a/assets/manifest.json b/assets/manifest.json new file mode 100644 index 0000000..b7406c4 --- /dev/null +++ b/assets/manifest.json @@ -0,0 +1,15 @@ +{ + "name": "Todo Baggins", + "short_name": "Todo Baggins", + "start_url": "/", + "display": "standalone", + "background_color": "#27272a", + "theme_color": "#e4e4e7", + "icons": [ + { + "src": "/images/icon.png", + "sizes": "any", + "type": "image/png" + } + ] +}