aboutsummaryrefslogtreecommitdiffstats
path: root/hesla.webapp
blob: f033c72eacc4cd7dae5e57877c1550d2ee442761 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
    "version": "0.4.2",
    "name": "Hesla",
    "description": "Display today's Hesla (Losungen, Watchwords) from Bible.",
    "display": "standalone",
    "icons": {
        "30":  "/icon-30.png",
        "60":  "/icon-60.png",
        "128": "/icon-128.png"
    },
    "launch_path": "/index.html",
    "developer": {
        "name": "Matěj Cepl",
        "url": "http://matej.ceplovi.cz"
    },
    "installs_allowed_from": [
        "*"
    ],
    "locales": {
        "cs": {
            "description": "Zobrazí dnešní Hesla Jednoty bratrské"
        }
    },
    "locales": {
        "de": {
            "description": "Die Losungen der Herrnhuter Brüdergemeine"
        }
    },
    "default_locale": "cs"
}