dom/apps/tests/marketplace/marketplace_app.webapp

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rwxr-xr-x

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     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