diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2022-03-31 10:58:05 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2022-03-31 10:58:05 +0200 |
commit | 1243d7616874d26d1da814b8d6549d05d72cf06b (patch) | |
tree | c6bcce6301861631fcbf2bb30c93f77af1374083 /zalmy.webapp | |
parent | b5a9f3d33c6fbc1a016b1360325021235c23c7cc (diff) | |
download | zalmy-1243d7616874d26d1da814b8d6549d05d72cf06b.tar.gz |
Convert into a proper web application according to the 2022 fashion.
Thanks to https://favicon.io/favicon-converter/ for generating all icons.
Diffstat (limited to 'zalmy.webapp')
-rw-r--r-- | zalmy.webapp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/zalmy.webapp b/zalmy.webapp deleted file mode 100644 index 5d496eb..0000000 --- a/zalmy.webapp +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "Žalmy", - "description": "Denní čtení žalmů", - "launch_path": "/", - "display": "standalone", - "icons": { - "60": "/style/icon-60.png", - "64": "/style/icon-64.png", - "128": "/style/icon-128.png", - "512": "/style/icon-512.png" - }, - "developer": { - "name": "Matěj Cepl", - "url": "https://gitlab.com/mcepl/zalmy.git" - }, - "default_locale": "cs" -} |