Last active
August 29, 2015 14:24
-
-
Save peutetre/63afb727bbb871629213 to your computer and use it in GitHub Desktop.
tarifa.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "few", | |
| "id": "few.few", | |
| "description": "", | |
| "version": "0.0.0", | |
| "platforms": [ | |
| "ios@3.8.0", | |
| "android@4.0.2", | |
| "browser@3.6.0", | |
| "firefoxos@3.6.3" | |
| ], | |
| "configurations_mixins": { | |
| "toto": { | |
| "cordova": { | |
| "whitelist": [ | |
| { | |
| "type": "access-origin", | |
| "origin": [ | |
| "http://en.lichess.org" | |
| ] | |
| } | |
| ] | |
| } | |
| } | |
| }, | |
| "configurations": { | |
| "ios": { | |
| "default": { | |
| "id": "few.few.init", | |
| "product_name": "few_init", | |
| "product_file_name": "few_init" | |
| }, | |
| "dev": { | |
| "id": "few.few.dev", | |
| "product_name": "few_dev", | |
| "product_file_name": "few_dev" | |
| }, | |
| "stage": { | |
| "id": "few.few.stage", | |
| "product_name": "few_stage", | |
| "product_file_name": "few_stage", | |
| "release": true | |
| }, | |
| "prod": { | |
| "id": "few.few.prod", | |
| "product_name": "few_prod", | |
| "product_file_name": "few_prod", | |
| "release": true | |
| } | |
| }, | |
| "android": { | |
| "default": { | |
| "id": "few.few.init", | |
| "product_name": "few_init", | |
| "product_file_name": "few_init" | |
| }, | |
| "dev": { | |
| "cordova": { | |
| "whitelist": [ | |
| { | |
| "type": "access-origin", | |
| "origin": [ | |
| "http://en.lichess.org" | |
| ] | |
| } | |
| ] | |
| }, | |
| "id": "few.few.dev", | |
| "product_name": "few_dev", | |
| "product_file_name": "few_dev", | |
| "extend": "toto" | |
| }, | |
| "stage": { | |
| "id": "few.few.stage", | |
| "product_name": "few_stage", | |
| "product_file_name": "few_stage", | |
| "release": true, | |
| "cordova": { | |
| "whitelist": [ | |
| { | |
| "type": "allow-intent", | |
| "origin": [ | |
| "market:test" | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| "prod": { | |
| "id": "few.few.prod", | |
| "product_name": "few_prod", | |
| "product_file_name": "few_prod", | |
| "release": true | |
| } | |
| }, | |
| "browser": { | |
| "default": { | |
| "id": "few.few.init", | |
| "product_name": "few_init", | |
| "product_file_name": "few_init" | |
| }, | |
| "dev": { | |
| "id": "few.few.dev", | |
| "product_name": "few_dev", | |
| "product_file_name": "few_dev" | |
| }, | |
| "stage": { | |
| "id": "few.few.stage", | |
| "product_name": "few_stage", | |
| "product_file_name": "few_stage", | |
| "release": true | |
| }, | |
| "prod": { | |
| "id": "few.few.prod", | |
| "product_name": "few_prod", | |
| "product_file_name": "few_prod", | |
| "release": true | |
| } | |
| }, | |
| "firefoxos": { | |
| "default": { | |
| "id": "few.few.init", | |
| "product_name": "few_init", | |
| "product_file_name": "few_init" | |
| }, | |
| "dev": { | |
| "id": "few.few.dev", | |
| "product_name": "few_dev", | |
| "product_file_name": "few_dev" | |
| }, | |
| "stage": { | |
| "id": "few.few.stage", | |
| "product_name": "few_stage", | |
| "product_file_name": "few_stage", | |
| "release": true | |
| }, | |
| "prod": { | |
| "id": "few.few.prod", | |
| "product_name": "few_prod", | |
| "product_file_name": "few_prod", | |
| "release": true | |
| } | |
| } | |
| }, | |
| "cordova": { | |
| "preferences": { | |
| "DisallowOverscroll": true, | |
| "EnableViewportScale": false, | |
| "KeyboardDisplayRequiresUserAction": false, | |
| "ShowSplashScreenSpinner": false, | |
| "SplashScreen": "screen", | |
| "BackgroundColor": "0xffffffff", | |
| "AutoHideSplashScreen": false, | |
| "KeepRunning": true, | |
| "Orientation": "portrait" | |
| }, | |
| "whitelist": { | |
| "shared": [ | |
| { | |
| "type": "access-origin", | |
| "origin": [ | |
| "*" | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| "author": { | |
| "name": "Paul Panserrieu", | |
| "email": "paul@42loops.com", | |
| "href": "http://42loops.com" | |
| }, | |
| "check": { | |
| "ios": "./project/bin/check_ios.js", | |
| "android": "./project/bin/check_android.js", | |
| "browser": "./project/bin/check_browser.js", | |
| "firefoxos": "./project/bin/check_firefoxos.js" | |
| }, | |
| "plugins": { | |
| "cordova-plugin-splashscreen": "cordova-plugin-splashscreen@1.0.0", | |
| "cordova-plugin-whitelist": "cordova-plugin-whitelist@1.0.0" | |
| }, | |
| "project_output": "project/www" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "few", | |
| "id": "few.few", | |
| "description": "", | |
| "version": "0.0.0", | |
| "platforms": [ | |
| "ios@3.8.0", | |
| "android@4.0.2", | |
| "browser@3.6.0", | |
| "firefoxos@3.6.3" | |
| ], | |
| "configurations_mixins": { | |
| "toto": { | |
| "cordova": { | |
| "whitelist": [ | |
| { | |
| "type": "access-origin", | |
| "origin": [ | |
| "http://en.lichess.org" | |
| ] | |
| } | |
| ] | |
| } | |
| } | |
| }, | |
| "configurations": { | |
| "ios": { | |
| "default": { | |
| "id": "few.few.init", | |
| "product_name": "few_init", | |
| "product_file_name": "few_init" | |
| }, | |
| "dev": { | |
| "id": "few.few.dev", | |
| "product_name": "few_dev", | |
| "product_file_name": "few_dev" | |
| }, | |
| "stage": { | |
| "id": "few.few.stage", | |
| "product_name": "few_stage", | |
| "product_file_name": "few_stage", | |
| "release": true | |
| }, | |
| "prod": { | |
| "id": "few.few.prod", | |
| "product_name": "few_prod", | |
| "product_file_name": "few_prod", | |
| "release": true | |
| } | |
| }, | |
| "android": { | |
| "default": { | |
| "id": "few.few.init", | |
| "product_name": "few_init", | |
| "product_file_name": "few_init" | |
| }, | |
| "dev": { | |
| "id": "few.few.dev", | |
| "product_name": "few_dev", | |
| "product_file_name": "few_dev", | |
| "extend": "toto" | |
| }, | |
| "stage": { | |
| "id": "few.few.stage", | |
| "product_name": "few_stage", | |
| "product_file_name": "few_stage", | |
| "release": true, | |
| "cordova": { | |
| "whitelist": [ | |
| { | |
| "type": "allow-intent", | |
| "origin": [ | |
| "market:test" | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| "prod": { | |
| "id": "few.few.prod", | |
| "product_name": "few_prod", | |
| "product_file_name": "few_prod", | |
| "release": true | |
| } | |
| }, | |
| "browser": { | |
| "default": { | |
| "id": "few.few.init", | |
| "product_name": "few_init", | |
| "product_file_name": "few_init" | |
| }, | |
| "dev": { | |
| "id": "few.few.dev", | |
| "product_name": "few_dev", | |
| "product_file_name": "few_dev" | |
| }, | |
| "stage": { | |
| "id": "few.few.stage", | |
| "product_name": "few_stage", | |
| "product_file_name": "few_stage", | |
| "release": true | |
| }, | |
| "prod": { | |
| "id": "few.few.prod", | |
| "product_name": "few_prod", | |
| "product_file_name": "few_prod", | |
| "release": true | |
| } | |
| }, | |
| "firefoxos": { | |
| "default": { | |
| "id": "few.few.init", | |
| "product_name": "few_init", | |
| "product_file_name": "few_init" | |
| }, | |
| "dev": { | |
| "id": "few.few.dev", | |
| "product_name": "few_dev", | |
| "product_file_name": "few_dev" | |
| }, | |
| "stage": { | |
| "id": "few.few.stage", | |
| "product_name": "few_stage", | |
| "product_file_name": "few_stage", | |
| "release": true | |
| }, | |
| "prod": { | |
| "id": "few.few.prod", | |
| "product_name": "few_prod", | |
| "product_file_name": "few_prod", | |
| "release": true | |
| } | |
| } | |
| }, | |
| "cordova": { | |
| "preferences": { | |
| "DisallowOverscroll": true, | |
| "EnableViewportScale": false, | |
| "KeyboardDisplayRequiresUserAction": false, | |
| "ShowSplashScreenSpinner": false, | |
| "SplashScreen": "screen", | |
| "BackgroundColor": "0xffffffff", | |
| "AutoHideSplashScreen": false, | |
| "KeepRunning": true, | |
| "Orientation": "portrait" | |
| }, | |
| "whitelist": { | |
| "shared": [ | |
| { | |
| "type": "access-origin", | |
| "origin": [ | |
| "*" | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| "author": { | |
| "name": "Paul Panserrieu", | |
| "email": "paul@42loops.com", | |
| "href": "http://42loops.com" | |
| }, | |
| "check": { | |
| "ios": "./project/bin/check_ios.js", | |
| "android": "./project/bin/check_android.js", | |
| "browser": "./project/bin/check_browser.js", | |
| "firefoxos": "./project/bin/check_firefoxos.js" | |
| }, | |
| "plugins": { | |
| "cordova-plugin-splashscreen": "cordova-plugin-splashscreen@1.0.0", | |
| "cordova-plugin-whitelist": "cordova-plugin-whitelist@1.0.0" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment