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

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

mercurial