From 317a3d37492296c9555c0965d1482b6a500f1bd1 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mon, 24 Feb 2014 10:00:13 +0100 Subject: Add images and webapp manifest --- zalmy.webapp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'zalmy.webapp') diff --git a/zalmy.webapp b/zalmy.webapp index e69de29..e770a43 100644 --- a/zalmy.webapp +++ b/zalmy.webapp @@ -0,0 +1,14 @@ +{ + "name": "Žalmy", + "description": "Denní čtení žalmů", + "launch_path": "/zalmy/", + "icons": { + "128": "/zalmy/style/icon-128.png", + "60": "/zalmy/style/icon-60.png" + }, + "developer": { + "name": "Matěj Cepl", + "url": "http://luther.ceplovi.cz/git/zalmy.git/" + }, + "default_locale": "cs" +} -- cgit