{
    "name": "Cream WD Tangerang",
    "short_name": "Cream WD",
    "start_url": "index.html",
    "display": "standalone",
    "background_color": "#FFFFFF",
    "description": "Skin Care Online Shop",
    "theme": {
        "colors": {
            "frame": "#FFFFFF",
            "tab_background_text": "#FFFFFF",
            "icons": "#00B17D"
        }
    },
    "web_accessible_resources": [
        "dist/css/*.min.css",
        "dist/js/*.bundle.min.js",
        "dist/img/*.png",
        "dist/img/*.jpg"
    ],
    "icons": [
		{
			"src": "dist/img/logo.png",
			"sizes": "218x218",
			"type": "image/png"
		}
	],
    "manifest_version": 2,
    "developer": {
        "name": "YALSJC IT Yours"
    }
}