summaryrefslogtreecommitdiffstats
path: root/zalmy.webapp
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-08-22 22:03:12 +0200
committerMatěj Cepl <mcepl@cepl.eu>2024-08-22 22:03:12 +0200
commite1ee2cbb21c3392b5bb63fdb2ea1fe26561b58dd (patch)
tree1258457d6417832b162758a4eb95c5e73beaef3f /zalmy.webapp
parent619e1e9efe3adcf67fc8b12c21519567f08b6602 (diff)
downloadzalmy-master.tar.gz
fix manifest.jsonHEADmaster
Diffstat (limited to 'zalmy.webapp')
-rw-r--r--zalmy.webapp18
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"
+}