aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/manifest.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/assets/manifest.json b/assets/manifest.json
new file mode 100644
index 0000000..fee782f
--- /dev/null
+++ b/assets/manifest.json
@@ -0,0 +1,14 @@
1{
2 "short_name": "MF",
3 "name": "Mitja Felicijan",
4 "author": "Mitja Felicijan",
5 "icons": [{
6 "src": "/assets/avatar.gif",
7 "sizes": "512x512",
8 "type": "image/gif"
9 }],
10 "start_url": "/",
11 "display": "fullscreen",
12 "theme_color": "#c242f4",
13 "background_color": "#c242f4"
14}