summaryrefslogtreecommitdiff
path: root/public/manifest.json
diff options
context:
space:
mode:
authorhorus2021-03-12 23:34:13 +0100
committerhorus2021-03-12 23:34:13 +0100
commitc6b6ec0c9e0a980af31da2fe309426e1831d0c14 (patch)
tree68c8927b4583d5d7b9a193dd17ce12e43fc949bc /public/manifest.json
parentec1514d2d7c3889da0f976b64b256d1560cd1d81 (diff)
downloadfaces-c6b6ec0c9e0a980af31da2fe309426e1831d0c14.tar.gz
Inline page in website
Diffstat (limited to 'public/manifest.json')
-rw-r--r--public/manifest.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/public/manifest.json b/public/manifest.json
deleted file mode 100644
index 39e0a45..0000000
--- a/public/manifest.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Faces",
- "short_name": "Faces",
- "description": "Faces",
- "icons": [{
- "src": "https://iamfabulous.de/favicon.ico"
- }, {
- "src": "/img/paw-144.png",
- "type": "image/png",
- "sizes": "144x144"
- }, {
- "src": "/img/paw-512.png",
- "type": "image/png",
- "sizes": "512x512"
- }],
- "start_url": ".",
- "display": "standalone",
- "background_color": "#171717",
- "theme_color": "#fd8a02"
-}