diff --git a/angular.json b/angular.json index 6e51a49..6cd5ddf 100644 --- a/angular.json +++ b/angular.json @@ -29,6 +29,11 @@ "input": "src/json", "output": "/strings" }, + { + "glob": "*.*", + "input": "src/favicons", + "output": "favicons" + }, "src/.htaccess", "src/images", "src/fonts" diff --git a/src/favicons/android-chrome-192x192.png b/src/favicons/android-chrome-192x192.png new file mode 100644 index 0000000..fa982e6 Binary files /dev/null and b/src/favicons/android-chrome-192x192.png differ diff --git a/src/favicons/android-chrome-512x512.png b/src/favicons/android-chrome-512x512.png new file mode 100644 index 0000000..13ef5e6 Binary files /dev/null and b/src/favicons/android-chrome-512x512.png differ diff --git a/src/favicons/apple-touch-icon.png b/src/favicons/apple-touch-icon.png new file mode 100644 index 0000000..7a9f362 Binary files /dev/null and b/src/favicons/apple-touch-icon.png differ diff --git a/src/favicons/browserconfig.xml b/src/favicons/browserconfig.xml new file mode 100644 index 0000000..710ee29 --- /dev/null +++ b/src/favicons/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #e6e6e6 + + + diff --git a/src/favicons/favicon-16x16.png b/src/favicons/favicon-16x16.png new file mode 100644 index 0000000..bfa3f24 Binary files /dev/null and b/src/favicons/favicon-16x16.png differ diff --git a/src/favicons/favicon-32x32.png b/src/favicons/favicon-32x32.png new file mode 100644 index 0000000..8373810 Binary files /dev/null and b/src/favicons/favicon-32x32.png differ diff --git a/src/favicons/favicon.ico b/src/favicons/favicon.ico new file mode 100644 index 0000000..308cce5 Binary files /dev/null and b/src/favicons/favicon.ico differ diff --git a/src/favicons/mstile-144x144.png b/src/favicons/mstile-144x144.png new file mode 100644 index 0000000..b9aa0bb Binary files /dev/null and b/src/favicons/mstile-144x144.png differ diff --git a/src/favicons/mstile-150x150.png b/src/favicons/mstile-150x150.png new file mode 100644 index 0000000..098d509 Binary files /dev/null and b/src/favicons/mstile-150x150.png differ diff --git a/src/favicons/mstile-310x150.png b/src/favicons/mstile-310x150.png new file mode 100644 index 0000000..e7870fd Binary files /dev/null and b/src/favicons/mstile-310x150.png differ diff --git a/src/favicons/mstile-310x310.png b/src/favicons/mstile-310x310.png new file mode 100644 index 0000000..2ff3e34 Binary files /dev/null and b/src/favicons/mstile-310x310.png differ diff --git a/src/favicons/mstile-70x70.png b/src/favicons/mstile-70x70.png new file mode 100644 index 0000000..2f5cb1d Binary files /dev/null and b/src/favicons/mstile-70x70.png differ diff --git a/src/favicons/safari-pinned-tab.svg b/src/favicons/safari-pinned-tab.svg new file mode 100644 index 0000000..b299321 --- /dev/null +++ b/src/favicons/safari-pinned-tab.svg @@ -0,0 +1,46 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + + + + + + diff --git a/src/favicons/site.webmanifest b/src/favicons/site.webmanifest new file mode 100644 index 0000000..1763b28 --- /dev/null +++ b/src/favicons/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "TaskBoard", + "short_name": "TaskBoard", + "icons": [ + { + "src": "/favicons/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/favicons/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/src/index.html b/src/index.html index 848ee9b..f1fc46f 100644 --- a/src/index.html +++ b/src/index.html @@ -12,7 +12,17 @@ - + + + + + + + + + + +