1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/apps/tests/marketplace/marketplace_app.webapp Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +{ 1.5 + "version" : "2.0", 1.6 + "name" : "Flashlight (Linterna)", 1.7 + "description" : "Simple Flashlight that you can use everywhere without internet connection and also with cool modes: * Flashlight mode - * Disco mode - * Colors mode", 1.8 + "launch_path" : "/index.html", 1.9 + "icons": { 1.10 + "16": "/img/icons/mortar-16.png", 1.11 + "48": "/img/icons/mortar-48.png", 1.12 + "60": "/img/icons/mortar-60.png", 1.13 + "128": "/img/icons/mortar-128.png" 1.14 + }, 1.15 + "developer": { 1.16 + "name": "William Vargas", 1.17 + "url" : "https://twitter.com/tecnowilliam" 1.18 + }, 1.19 + "installs_allowed_from": ["*"], 1.20 + "locales": { 1.21 + "es": { 1.22 + "description": "Una simple linterna que puedes utilizar en cualquier lugar sin conexión a internet y con opciones geniales: * Modo Linterna - * Modo Disco - * Modo Colores", 1.23 + "developer": { 1.24 + "name": "William Vargas", 1.25 + "url" : "https://twitter.com/tecnowilliam" 1.26 + } 1.27 + } 1.28 + }, 1.29 + "default_locale": "en", 1.30 + "package_path": "marketplace_app.zip" 1.31 +}