diff --git a/README.md b/README.md new file mode 100644 index 0000000..b03447d --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Icons made by [Freepik](https://www.freepik.com) from [www.flaticon.com](https://www.flaticon.com/) diff --git a/index.html b/index.html index d265882..b04b6d0 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,15 @@ - + catpic.delivery + + + + + + + diff --git a/manifest.webmanifest b/manifest.webmanifest new file mode 100644 index 0000000..e2c73f2 --- /dev/null +++ b/manifest.webmanifest @@ -0,0 +1,14 @@ +{ + "short_name": "catpic-delivery", + "name": "catpic.delivery", + "icons": [ + { + "src": "public/cat.png", + "type": "image/png" + } + ], + "start_url": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} diff --git a/public/cat.png b/public/cat.png new file mode 100644 index 0000000..6ad7662 Binary files /dev/null and b/public/cat.png differ diff --git a/public/cat.svg b/public/cat.svg new file mode 100644 index 0000000..32b09a4 --- /dev/null +++ b/public/cat.svg @@ -0,0 +1 @@ + \ No newline at end of file