Sat, 25 May 2013 06:50:38 +0200
Bump version to prepare for imminent release.
1 {
2 "version": "0.7.3",
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 }