aboutsummaryrefslogtreecommitdiffstats
path: root/hesla.webapp
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-09-21 10:47:25 +0200
committerMatěj Cepl <mcepl@redhat.com>2012-09-21 10:47:25 +0200
commit15d3eb4cd72cc6339ffc24721bcf15cb5185ebc6 (patch)
treea549a6a34e22facbd24925578941877afa9d2a08 /hesla.webapp
parent35fac16e2d78068819205de9dbcfcf20e0d6c813 (diff)
downloadhesla-15d3eb4cd72cc6339ffc24721bcf15cb5185ebc6.tar.gz
Add Mozilla webapp metadata and Javascript to show today's hesla.
Diffstat (limited to 'hesla.webapp')
-rw-r--r--hesla.webapp21
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"
+}