diff --git a/site/index.html b/site/index.html index 2c0bd0f..0076880 100644 --- a/site/index.html +++ b/site/index.html @@ -31,6 +31,7 @@ + Lovit | Next Generation Error Handling diff --git a/site/public/lovit_maskable.png b/site/public/lovit_maskable.png new file mode 100644 index 0000000..bdd0191 Binary files /dev/null and b/site/public/lovit_maskable.png differ diff --git a/site/public/lovit_rounded.png b/site/public/lovit_rounded.png new file mode 100644 index 0000000..685bbfb Binary files /dev/null and b/site/public/lovit_rounded.png differ diff --git a/site/public/manifest.json b/site/public/manifest.json new file mode 100644 index 0000000..3ccccd6 --- /dev/null +++ b/site/public/manifest.json @@ -0,0 +1,17 @@ +{ + "theme_color": "#e06976", + "background_color": "#e06976", + "icons": [ + { "purpose": "maskable", "sizes": "512x512", "src": "lovit_maskable.png", "type": "image/png" }, + { "purpose": "any", "sizes": "512x512", "src": "lovit_rounded.png", "type": "image/png" } + ], + "orientation": "any", + "display": "standalone", + "dir": "auto", + "lang": "en-US", + "start_url": "/", + "scope": "/", + "description": "Next-generation error handling library", + "name": "Lovit", + "short_name": "Lovit" +}