aboutsummaryrefslogtreecommitdiff
path: root/assets/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/manifest.json')
-rw-r--r--assets/manifest.json37
1 files changed, 20 insertions, 17 deletions
diff --git a/assets/manifest.json b/assets/manifest.json
index f0b21b4..d150c67 100644
--- a/assets/manifest.json
+++ b/assets/manifest.json
@@ -1,19 +1,22 @@
1{ 1{
2 "short_name": "MF", 2 "short_name": "MF",
3 "name": "Mitja Felicijan", 3 "name": "Mitja Felicijan",
4 "author": "Mitja Felicijan", 4 "author": "Mitja Felicijan",
5 "icons": [{ 5 "icons": [
6 "src": "/assets/avatar.png", 6 {
7 "sizes": "512x512", 7 "src": "/assets/avatar.png",
8 "type": "image/png" 8 "sizes": "512x512",
9 }, { 9 "type": "image/png"
10 "src": "/assets/avatar.gif", 10 },
11 "sizes": "512x512", 11 {
12 "type": "image/gif" 12 "src": "/assets/avatar.gif",
13 }], 13 "sizes": "512x512",
14 "start_url": "/", 14 "type": "image/gif"
15 "scope": "/", 15 }
16 "display": "standalone", 16 ],
17 "theme_color": "#ffffff", 17 "start_url": "/",
18 "background_color": "#ffffff" 18 "scope": "/",
19 "display": "standalone",
20 "theme_color": "#ffffff",
21 "background_color": "#ffffff"
19} 22}