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.

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