{
	"name": "CFIWallet",
	"short_name": "CFIWallet",
	"description": "Aplikasi dompet digital CFIWallet",
	"start_url": "../../home.php",
	"scope": "../../",
	"display": "standalone",
	"orientation": "portrait",
	"background_color": "#ffffff",
	"theme_color": "#44B1AC",
	"icons": [
		{
			"src": "../img/icons/android-chrome-192x192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "../img/icons/android-chrome-512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any maskable"
		}
	]
}