{
    "system.json" : {
		"gw": {
			"useBeta": false
        },
        "contents" : {
            "protocolHandler" : {
                "enabled": true,
                "protocol": "fsbl",
                "type": "custom",
                "register": true,
                "customHandler": "FSBL.iocd-protocol-event"
            },
            "systemAppStores": [
                {
                    "type": "path",
                    "details": {
                        "path": "%GLUE-USER-DATA%/finsemble/systemAppStore"
                    }
                }
            ],
            "windows": {
                "preloadScripts": {
                    "scripts": ["http://localhost:3005/packages/api-polyfill/dist/fsbl.umd.js"],
                    "useBase64PreloadScripts": false
                }
            },
            "telemetry": {
                "enabled": true,
                "features": {
                    "apps": true,
                    "stores": true,
                    "system": true
                }
            }
        }
    },
    "stickywindows.json": {
        "contents" : {
            "groupType": "Web",
            "approachingDistance": 5
        }
    }
}