aboutsummaryrefslogtreecommitdiffstats
path: root/hesla.webapp
blob: 43d8fe0dddc1992ed390c0b92397c3d00fc33830 (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
{
    "version": "0.2.1",
    "name": "Hesla",
    "description": "Display today's Hesla (Losungen, Watchwords) from Bible.",
    "icons": {
        "30":  "icon-30.png"
        "60":  "icon-60.png"
        "128": "icon-128.png"
    },
    "developer": {
        "name": "Matěj Cepl",
        "url": "http://matej.ceplovi.cz"
    },
    "installs_allowed_from": [
        "*"
    ],
    "appcache_path": "/hesla.appcache",
    "locales": {
        "cs": {
            "description": "Zobrazí dnešní Hesla Jednoty bratrské"
        }
    },
    "locales": {
        "de": {
            "description": "Die Losungen der Herrnhuter Brüdergemeine"
        }
    },
    "default_locale": "cs"
}