diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..8845ecf --- /dev/null +++ b/site.webmanifest @@ -0,0 +1,22 @@ +{ + "short_name": "Garage Door", + "name": "Control your garage door opener", + "description": "Weather forecast information", + "icons": [ + { + "src": "/images/icons-192.png", + "type": "image/png", + "sizes": "192x192" + }, + { + "src": "/images/icons-512.png", + "type": "image/png", + "sizes": "512x512" + } + ], + "start_url": "/", + "background_color": "#3367D6", + "display": "standalone", + "scope": "/", + "theme_color": "#3367D6", +} diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png new file mode 100644 index 0000000..e9fc954 Binary files /dev/null and b/static/android-chrome-192x192.png differ diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png new file mode 100644 index 0000000..c617820 Binary files /dev/null and b/static/android-chrome-512x512.png differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..8fcfd78 Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 0000000..3b20a6b Binary files /dev/null and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png new file mode 100644 index 0000000..743340a Binary files /dev/null and b/static/favicon-32x32.png differ diff --git a/static/favicon.ico b/static/favicon.ico index 45cc487..0d8f613 100644 Binary files a/static/favicon.ico and b/static/favicon.ico differ diff --git a/templates/index.html b/templates/index.html index 171f808..0d47d07 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,6 +4,10 @@ + + + +