Skip to content

Instantly share code, notes, and snippets.

@ripper2hl
Created November 8, 2014 21:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ripper2hl/1db298e4c7586da49b91 to your computer and use it in GitHub Desktop.
Save ripper2hl/1db298e4c7586da49b91 to your computer and use it in GitHub Desktop.
Archivo manifest de Clima para Firefox OS
{
"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
Copy link

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.

@ripper2hl
Copy link
Author

@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