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