diff --git a/_includes/head.html b/_includes/head.html index 80ba66f..7e7c330 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -83,9 +83,12 @@ {% feed_meta %} - - - + + + + + + diff --git a/assets/images/apple-touch-icon.png b/assets/images/apple-touch-icon.png new file mode 100644 index 0000000..910e3fd Binary files /dev/null and b/assets/images/apple-touch-icon.png differ diff --git a/assets/images/favicon.png b/assets/images/favicon.png index 2230be1..8962bf1 100755 Binary files a/assets/images/favicon.png and b/assets/images/favicon.png differ diff --git a/assets/images/favicon.svg b/assets/images/favicon.svg new file mode 100644 index 0000000..72e0aec --- /dev/null +++ b/assets/images/favicon.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/assets/images/icon-192.png b/assets/images/icon-192.png new file mode 100644 index 0000000..c04b717 Binary files /dev/null and b/assets/images/icon-192.png differ diff --git a/assets/images/icon-512-maskable.png b/assets/images/icon-512-maskable.png new file mode 100644 index 0000000..1e8578d Binary files /dev/null and b/assets/images/icon-512-maskable.png differ diff --git a/assets/images/icon-512.png b/assets/images/icon-512.png new file mode 100644 index 0000000..9d35039 Binary files /dev/null and b/assets/images/icon-512.png differ diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..52bd29d --- /dev/null +++ b/site.webmanifest @@ -0,0 +1,31 @@ +{ + "name": "Innovationsverbund Öffentliche Gesundheit e.V.", + "short_name": "InÖG", + "description": "Wir verbinden Innovationen mit dem ÖGD", + "lang": "de-DE", + "start_url": "/", + "scope": "/", + "display": "standalone", + "background_color": "#041735", + "theme_color": "#041735", + "icons": [ + { + "src": "/assets/images/icon-192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "any" + }, + { + "src": "/assets/images/icon-512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "any" + }, + { + "src": "/assets/images/icon-512-maskable.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ] +}