{
	"name": "SoftLuz App",
	"short_name": "SoftLuz App",
	"description": "SoftLuz - Sistema de Gestão de Iluminação Pública",
	"icons": [
		{
			"src": "/assets/img/icon-192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "/assets/img/icon-512.png",
			"sizes": "512x512",
			"type": "image/png"
		}
	],
	"start_url": "/index.php",
	"scope": "/",
	"display": "standalone",
	"orientation": "portrait",
	"background_color": "#FFFFFF",
	"theme_color": "#FFC40A",
	"prefer_related_applications": false,
	"related_applications": [
        {
            "platform": "web",
            "id": "br.com.softluz.app.twa",
            "url": "offline.fastsoft.com.br"
        }
    ],
	"screenshots": [
		{
			"src": "screenshot1.jpg",
			"sizes": "1280x800",
			"type": "image/jpeg"
		}
	],
	"serviceworker": {
		"src": "/service-worker.js",
		"scope": "/"
	},
	"categories": ["utilities"],
	"lang": "pt-BR",

	"splash_screen": {
		"full_screen_image": "/assets/img/splash-screen.png",
		"theme_color": "#FFC40A",
		"show_duration": 2000,
		"min_display_time": 3000,
		"app_name": "SoftLuz App",
		"background_color": "#FFFFFF"
	}
}
