{
	"name": "Almotis",
	"short_name": "Almotis",
	"description": "Where Useful Begins",
	"id": "fokilo",
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"orientation": "portrait-primary",
	"dir": "ltr",
	"lang": "en-US",
	"categories": ["productivity", "utilities","entertainment","education","activities"],
	"icons": [
		{
			"src": "/img/favicon-96x96.png",
			"sizes": "96x96",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/img/web-app-manifest-192x192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/img/web-app-manifest-512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"theme_color": "#ffffff",
	"background_color": "#ffffff",
	"prefer_related_applications": false,
	"shortcuts": [
		{
			"name": "Fokilo",
			"short_name": "Fokilo",
			"description": "Observe. Focus. Execute.",
			"url": "https:/fokilo.com/",
			"icons": [{ "src": "/img/favicon-96x96-fokilo.png", "sizes": "96x96" }]
		},
		{
			"name": "Draw It!",
			"short_name": "Draw It!",
			"description": "Anything you want ...",
			"url": "/drawit/",
			"icons": [{ "src": "/img/favicon-96x96-drawit.png", "sizes": "96x96" }]
		}
	],
	"screenshots": [
		{
			"src": "/img/screenshot-fokilo.png",
			"sizes": "1920x1080",
			"type": "image/png",
			"form_factor": "wide",
			"label": "Fokilo Dashboard"
		},
		{
			"src": "/img/screenshot-drawit.png",
			"sizes": "1920x1080",
			"type": "image/png",
			"form_factor": "wide",
			"label": "Draw It! Dashboard"
		}
	]
}