src/firefoxos/manifest.webapp

Sat, 13 Jul 2013 16:43:01 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 13 Jul 2013 16:43:01 +0200
changeset 12
6aebc1e5f596
parent 7
a6deb9a3ce28
child 13
deac632e477c
permissions
-rw-r--r--

Bump version to prepare for imminent release.

     1 {
     2     "version": "0.7.4",
     3     "name": "OTPWCalc",
     4     "description": "One time password (OTP) challenge response calculator client",
     5     "type": "web",
     6     "csp": "default-src *.europalab.com; script-src 'self' 'unsafe-inline'; object-src 'none'; style-src 'self' 'unsafe-inline'",
     7     "launch_path": "/main.html",
     8     "icons": {
     9         "16": "/img/otpwcalc-16px.png",
    10         "30": "/img/otpwcalc-30px.png",
    11         "32": "/img/otpwcalc-32px.png",
    12         "48": "/img/otpwcalc-48px.png",
    13         "60": "/img/otpwcalc-60px.png",
    14         "64": "/img/otpwcalc-64px.png",
    15         "128": "/img/otpwcalc-128px.png",
    16         "256": "/img/otpwcalc-256px.png"
    17     },
    18     "developer": {
    19         "name": "Michael Schloh von Bennewitz",
    20         "url": "http://michael.schloh.com/"
    21     },
    22     "installs_allowed_from": ["*"],
    23     "locales": {
    24         "es": {
    25             "description": "Por una vez contraseña (OTP) demanda respuesta calculadora cliente",
    26             "developer": {
    27                 "name": "Michael Schloh von Bennewitz",
    28                 "url": "http://otpwcalc.europalab.com/"
    29             }
    30         },
    31         "fr": {
    32             "description": "Client de calculatrice mot de passe seule fois (OTP) challenge réponse",
    33             "developer": {
    34                 "name": "Michael Schloh von Bennewitz",
    35                 "url": "http://otpwcalc.europalab.com/"
    36             }
    37         },
    38         "de": {
    39             "description": "Einmalige Kennwort (OTP) Anfrage/Antwort Verfahren Klient",
    40             "developer": {
    41                 "name": "Michael Schloh von Bennewitz",
    42                 "url": "http://otpwcalc.europalab.com/"
    43             }
    44         }
    45     },
    46     "default_locale": "en",
    47     "permissions": {
    48     }
    49 }

mercurial