1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/src/firefoxos/manifest.webapp Mon Apr 22 22:00:43 2013 +0200 1.3 @@ -0,0 +1,49 @@ 1.4 +{ 1.5 + "version": "0.7.1", 1.6 + "name": "OTPWCalc", 1.7 + "description": "One time password (OTP) challenge response calculator client", 1.8 + "type": "web", 1.9 + "csp": "default-src *.europalab.com; script-src 'self' 'unsafe-inline'; object-src 'none'; style-src 'self' 'unsafe-inline'", 1.10 + "launch_path": "/main.html", 1.11 + "icons": { 1.12 + "16": "/img/otpwcalc-16px.png", 1.13 + "30": "/img/otpwcalc-30px.png", 1.14 + "32": "/img/otpwcalc-32px.png", 1.15 + "48": "/img/otpwcalc-48px.png", 1.16 + "60": "/img/otpwcalc-60px.png", 1.17 + "64": "/img/otpwcalc-64px.png", 1.18 + "128": "/img/otpwcalc-128px.png", 1.19 + "256": "/img/otpwcalc-256px.png" 1.20 + }, 1.21 + "developer": { 1.22 + "name": "Michael Schloh von Bennewitz", 1.23 + "url": "http://michael.schloh.com/" 1.24 + }, 1.25 + "installs_allowed_from": ["*"], 1.26 + "locales": { 1.27 + "es": { 1.28 + "description": "Por una vez contraseña (OTP) demanda respuesta calculadora cliente", 1.29 + "developer": { 1.30 + "name": "Michael Schloh von Bennewitz", 1.31 + "url": "http://otpwcalc.europalab.com/" 1.32 + } 1.33 + }, 1.34 + "fr": { 1.35 + "description": "Client de calculatrice mot de passe seule fois (OTP) challenge réponse", 1.36 + "developer": { 1.37 + "name": "Michael Schloh von Bennewitz", 1.38 + "url": "http://otpwcalc.europalab.com/" 1.39 + } 1.40 + }, 1.41 + "de": { 1.42 + "description": "Einmalige Kennwort (OTP) Anfrage/Antwort Verfahren Klient", 1.43 + "developer": { 1.44 + "name": "Michael Schloh von Bennewitz", 1.45 + "url": "http://otpwcalc.europalab.com/" 1.46 + } 1.47 + } 1.48 + }, 1.49 + "default_locale": "en", 1.50 + "permissions": { 1.51 + } 1.52 +}