diff --git a/frontend/index.html b/frontend/index.html index 5eec3fe..968dc41 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,6 +4,14 @@ Tiny Budget + + + + + + + + diff --git a/frontend/logo-192.png b/frontend/logo-192.png new file mode 100644 index 0000000..bd463cc Binary files /dev/null and b/frontend/logo-192.png differ diff --git a/frontend/logo-512.png b/frontend/logo-512.png new file mode 100644 index 0000000..bdecda7 Binary files /dev/null and b/frontend/logo-512.png differ diff --git a/frontend/logo.png b/frontend/logo.png new file mode 100644 index 0000000..b423202 Binary files /dev/null and b/frontend/logo.png differ diff --git a/frontend/logo.xcf b/frontend/logo.xcf new file mode 100644 index 0000000..d74c9c7 Binary files /dev/null and b/frontend/logo.xcf differ diff --git a/frontend/manifest.json b/frontend/manifest.json new file mode 100644 index 0000000..507f72e --- /dev/null +++ b/frontend/manifest.json @@ -0,0 +1,26 @@ +{ + "short_name": "TinyBudget", + "name": "TinyBudget", + "icons": [ + { + "src": "/logo-192.png", + "type": "image/png", + "sizes": "192x192" + }, + { + "src": "/logo-512.png", + "type": "image/png", + "sizes": "512x512" + }, + { + "src": "/logo.png", + "type": "image/png", + "sizes": "640x640" + } + ], + "start_url": "/index.html", + "background_color": "#fff", + "display": "standalone", + "scope": "/", + "theme_color": "#fff" +}