diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..2409e2a Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/favicon-96x96.png b/favicon-96x96.png new file mode 100644 index 0000000..1d156a0 Binary files /dev/null and b/favicon-96x96.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..95705d2 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index 545a7cb..11c5f3e 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,12 @@ + + + + + TOTP.lol — A TOTP Code Generator for Developers diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..8cde777 --- /dev/null +++ b/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "TOTP.lol", + "short_name": "TOTP", + "icons": [ + { + "src": "/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} \ No newline at end of file diff --git a/web-app-manifest-192x192.png b/web-app-manifest-192x192.png new file mode 100644 index 0000000..96e1895 Binary files /dev/null and b/web-app-manifest-192x192.png differ diff --git a/web-app-manifest-512x512.png b/web-app-manifest-512x512.png new file mode 100644 index 0000000..d4aec23 Binary files /dev/null and b/web-app-manifest-512x512.png differ