diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-09-21 10:47:25 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2012-09-21 10:47:25 +0200 |
commit | 15d3eb4cd72cc6339ffc24721bcf15cb5185ebc6 (patch) | |
tree | a549a6a34e22facbd24925578941877afa9d2a08 /hesla.webapp | |
parent | 35fac16e2d78068819205de9dbcfcf20e0d6c813 (diff) | |
download | hesla-15d3eb4cd72cc6339ffc24721bcf15cb5185ebc6.tar.gz |
Add Mozilla webapp metadata and Javascript to show today's hesla.
Diffstat (limited to 'hesla.webapp')
-rw-r--r-- | hesla.webapp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/hesla.webapp b/hesla.webapp new file mode 100644 index 0000000..7461089 --- /dev/null +++ b/hesla.webapp @@ -0,0 +1,21 @@ +{ + "version": "0.1.0", + "name": "Hesla", + "description": "Display today's Hesla (Losungen, Watchwords) from Bilble.", + "icons": { + "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é" + } + }, + "default_locale": "cs" +} |