summaryrefslogtreecommitdiff
path: root/public/manifest.json
diff options
context:
space:
mode:
authorHorus2021-02-21 00:09:13 +0100
committerHorus2021-02-21 00:09:13 +0100
commit064507ec4d264ca394af5164228d130a64bab798 (patch)
treed49f47c75e455306d8b1aa86d02469a660269eab /public/manifest.json
downloadfaces-064507ec4d264ca394af5164228d130a64bab798.tar.gz
Initial commit.
Diffstat (limited to 'public/manifest.json')
-rw-r--r--public/manifest.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/public/manifest.json b/public/manifest.json
new file mode 100644
index 0000000..39e0a45
--- /dev/null
+++ b/public/manifest.json
@@ -0,0 +1,20 @@
+{
+ "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"
+}