dom/apps/tests/marketplace/marketplace_app.webapp

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rwxr-xr-x

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 {
     2 	"version"       : "2.0",
     3 	"name"          : "Flashlight (Linterna)",
     4 	"description"   : "Simple Flashlight that you can use everywhere without internet connection and also with cool modes: * Flashlight mode - * Disco mode - * Colors mode",
     5 	"launch_path"   : "/index.html",
     6 	"icons": {
     7 		"16": "/img/icons/mortar-16.png",
     8 		"48": "/img/icons/mortar-48.png",
     9         	"60": "/img/icons/mortar-60.png",
    10 		"128": "/img/icons/mortar-128.png"
    11 	},
    12 	"developer": {
    13 		"name": "William Vargas",
    14 		"url" : "https://twitter.com/tecnowilliam"
    15 	},
    16 	"installs_allowed_from": ["*"],
    17 	"locales": {
    18 		"es": {
    19 			"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",
    20 			"developer": {
    21         			"name": "William Vargas",
    22 				"url" : "https://twitter.com/tecnowilliam"
    23 			}
    24 		}
    25 	},
    26 	"default_locale": "en",
    27 	"package_path": "marketplace_app.zip"
    28 }

mercurial