diff --git a/client/index.html b/client/index.html index 8f71eb0..0b11d9b 100644 --- a/client/index.html +++ b/client/index.html @@ -4,9 +4,28 @@ Weather Station - + + + + + + + + + + + + + + + + + + + +
diff --git a/client/public/favicon.ico b/client/public/favicon.ico deleted file mode 100644 index df36fcf..0000000 Binary files a/client/public/favicon.ico and /dev/null differ diff --git a/client/public/favicon.png b/client/public/favicon.png new file mode 100644 index 0000000..687f0c1 Binary files /dev/null and b/client/public/favicon.png differ diff --git a/client/public/manifest.json b/client/public/manifest.json new file mode 100644 index 0000000..f80ff62 --- /dev/null +++ b/client/public/manifest.json @@ -0,0 +1,14 @@ +{ + "name": "Weather Station", + "short_name": "Weather", + "description": "Local Weather & Forecasting", + "start_url": "/", + "display": "standalone", + "background_color": "#0f172a", + "theme_color": "#0f172a", + "orientation": "any", + "icons": [ + { "src": "/favicon.png", "sizes": "512x512", "type": "image/png" } + ], + "categories": ["weather", "utilities"] +}