diff options
Diffstat (limited to 'zalmy.webapp')
-rw-r--r-- | zalmy.webapp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/zalmy.webapp b/zalmy.webapp new file mode 100644 index 0000000..15a0ac8 --- /dev/null +++ b/zalmy.webapp @@ -0,0 +1,18 @@ +{ + "name": "Žalmy", + "description": "Denní čtení žalmů", + "launch_path": "/", + "appcache_path": "/zalmy.appcache", + "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" +} |