dom/apps/tests/marketplace/marketplace_app.webapp

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rwxr-xr-x

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     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