From e1ee2cbb21c3392b5bb63fdb2ea1fe26561b58dd Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Thu, 22 Aug 2024 22:03:12 +0200 Subject: fix manifest.json --- zalmy.webapp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 zalmy.webapp (limited to 'zalmy.webapp') 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" +} -- cgit