From bb74b1d0e9361ae2981107fb9573028263651edb Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 26 Mar 2023 00:17:29 +0000 Subject: [PATCH] webmanifest fixes #6 --- .gitattributes | 1 + index.html | 1 + public/edit-2-outline-192.png | 3 +++ public/edit-2-outline.svg | 1 + public/manifest.webmanifest | 22 ++++++++++++++++++++++ 5 files changed, 28 insertions(+) create mode 100644 .gitattributes create mode 100644 public/edit-2-outline-192.png create mode 100644 public/edit-2-outline.svg create mode 100644 public/manifest.webmanifest diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..57fc785 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +public/*.png filter=lfs diff=lfs merge=lfs -text diff --git a/index.html b/index.html index 195d307..6698848 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ + Schreiben diff --git a/public/edit-2-outline-192.png b/public/edit-2-outline-192.png new file mode 100644 index 0000000..4f8ca50 --- /dev/null +++ b/public/edit-2-outline-192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fceb634007024eda171379b6733482c4f9433582d1faede70cc06731f68307cb +size 3644 diff --git a/public/edit-2-outline.svg b/public/edit-2-outline.svg new file mode 100644 index 0000000..b7b6c19 --- /dev/null +++ b/public/edit-2-outline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest new file mode 100644 index 0000000..95b2e5f --- /dev/null +++ b/public/manifest.webmanifest @@ -0,0 +1,22 @@ +{ + "name": "Schreiben", + "short_name": "Schreiben", + "icons": [ + { + "src": "/edit-2-outline-192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/edit-2-outline.svg", + "sizes": "512x512", + "type": "image/svg+xml" + } + ], + "id": "/", + "start_url": "/", + "scope": "/", + "display": "standalone", + "background_color": "#FFFFFF", + "theme_color": "#FFFFFF" +}