Created
November 8, 2014 21:52
-
-
Save ripper2hl/1db298e4c7586da49b91 to your computer and use it in GitHub Desktop.
Archivo manifest de Clima para Firefox OS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Clima", | |
"version": "2.0", | |
"description": "Informa los datos meteorologicos", | |
"launch_path": "/index.html", | |
"permissions": { | |
"storage": { | |
"description": "Es necesario para guardar opciones del usuario asi como datos del clima" | |
}, | |
"desktop-notification": { | |
"description": "Muestra una pequeña notificacion con los datos del clima" | |
}, | |
"geolocation": { | |
"description": "La geocalizacion ayuda a encontrar la ubicacion actual del usuario" | |
}, | |
"systemXHR": { | |
"description": "Se obtienen datos haciendo peticiones a openweather" | |
} | |
}, | |
"developer": { | |
"name": "Jesus Perales", | |
"url": "http://www.ingenieroperales.com" | |
}, | |
"icons": { | |
"16": "/img/clima-16.png", | |
"32": "/img/clima-32.png", | |
"48": "/img/clima-48.png", | |
"60": "/img/clima-60.png", | |
"64": "/img/clima-64.png", | |
"90": "/img/clima-90.png", | |
"120": "/img/clima-120.png", | |
"128": "/img/clima-128.png", | |
"256": "/img/clima-256.png" | |
}, | |
"orientation": [ | |
"portrait" | |
], | |
"fullscreen": "true" | |
} |
@marti1125 la aplicación va bien creo que lo que mas me hace falta son ayuda con las traducciones xD, espero poder publica pronto el codigo fuente, de momento lo tengo en privado
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hola!!
Soy Willy Aguirre de Mozilla Perú, me gustaría saber en qué estado está tu aplicación y si necesita ayuda para terminar su aplicación.