diff -r 000000000000 -r 6a0957738c54 src/firefoxos/manifest.webapp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/firefoxos/manifest.webapp Mon Apr 22 22:00:43 2013 +0200 @@ -0,0 +1,49 @@ +{ + "version": "0.7.1", + "name": "OTPWCalc", + "description": "One time password (OTP) challenge response calculator client", + "type": "web", + "csp": "default-src *.europalab.com; script-src 'self' 'unsafe-inline'; object-src 'none'; style-src 'self' 'unsafe-inline'", + "launch_path": "/main.html", + "icons": { + "16": "/img/otpwcalc-16px.png", + "30": "/img/otpwcalc-30px.png", + "32": "/img/otpwcalc-32px.png", + "48": "/img/otpwcalc-48px.png", + "60": "/img/otpwcalc-60px.png", + "64": "/img/otpwcalc-64px.png", + "128": "/img/otpwcalc-128px.png", + "256": "/img/otpwcalc-256px.png" + }, + "developer": { + "name": "Michael Schloh von Bennewitz", + "url": "http://michael.schloh.com/" + }, + "installs_allowed_from": ["*"], + "locales": { + "es": { + "description": "Por una vez contraseña (OTP) demanda respuesta calculadora cliente", + "developer": { + "name": "Michael Schloh von Bennewitz", + "url": "http://otpwcalc.europalab.com/" + } + }, + "fr": { + "description": "Client de calculatrice mot de passe seule fois (OTP) challenge réponse", + "developer": { + "name": "Michael Schloh von Bennewitz", + "url": "http://otpwcalc.europalab.com/" + } + }, + "de": { + "description": "Einmalige Kennwort (OTP) Anfrage/Antwort Verfahren Klient", + "developer": { + "name": "Michael Schloh von Bennewitz", + "url": "http://otpwcalc.europalab.com/" + } + } + }, + "default_locale": "en", + "permissions": { + } +}