diff --git a/skyaware/apple-touch-icon.png b/skyaware/apple-touch-icon.png new file mode 100644 index 0000000..ada16f7 Binary files /dev/null and b/skyaware/apple-touch-icon.png differ diff --git a/skyaware/favicon.ico b/skyaware/favicon.ico new file mode 100644 index 0000000..4887bf0 Binary files /dev/null and b/skyaware/favicon.ico differ diff --git a/skyaware/images/android-chrome-192x192.png b/skyaware/images/android-chrome-192x192.png new file mode 100644 index 0000000..d9ba699 Binary files /dev/null and b/skyaware/images/android-chrome-192x192.png differ diff --git a/skyaware/images/android-chrome-512x512.png b/skyaware/images/android-chrome-512x512.png new file mode 100644 index 0000000..3322b94 Binary files /dev/null and b/skyaware/images/android-chrome-512x512.png differ diff --git a/skyaware/images/favicon-16x16.png b/skyaware/images/favicon-16x16.png new file mode 100644 index 0000000..aa03604 Binary files /dev/null and b/skyaware/images/favicon-16x16.png differ diff --git a/skyaware/images/favicon-32x32.png b/skyaware/images/favicon-32x32.png new file mode 100644 index 0000000..67502a6 Binary files /dev/null and b/skyaware/images/favicon-32x32.png differ diff --git a/skyaware/index.html b/skyaware/index.html index 62d960c..1346508 100644 --- a/skyaware/index.html +++ b/skyaware/index.html @@ -2,6 +2,12 @@ + + + + + + diff --git a/skyaware/site.webmanifest b/skyaware/site.webmanifest new file mode 100644 index 0000000..4ca33d7 --- /dev/null +++ b/skyaware/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "dump978-fa", + "short_name": "dump978-fa", + "icons": [ + { + "src": "images/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "images/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#1E88E5", + "background_color": "#1E88E5", + "display": "standalone" +}