{
	"name": "PrivacySafe startup",
	"appDomain": "startup.app.privacysafe.io",
	"version": "0.8.17",
	"description": "Opens PrivacySafe platform for user and does signups.",
	"icon": "logo.png",

	"components": {
		"/index.html": {
			"startedBy": "user",
			"runtime": "web-gui",
			"formFactor": [ "desktop", "tablet" ],
			"windowOpts": {
				"width": 380,
				"minWidth": 380,
				"height": 496,
				"minHeight": 496,
				"maximizable": false
			}
		},

		"/index-mobile.html": {
			"startedBy": "user",
			"runtime": "web-gui",
			"formFactor": "phone"
		}
	},

	"launchers": [
		{
		"name": "PrivacySafe startup",
			"icon": "logo.png",
			"description": "Opens PrivacySafe platform for user and does signups.",
			"component": "/index.html",
			"formFactor": [ "desktop", "tablet" ]
		},
		{
			"name": "PrivacySafe startup",
			"icon": "logo.png",
			"description": "Opens PrivacySafe platform for user and does signups.",
			"component": "/index-mobile.html",
			"formFactor": "phone"
		}
	]

}