{
    "app": {
	"background": {
	}
    },
    "manifest_version": 2,
    "name": "PGTime",
    "short_name": "PGTime",

    "icons": [
        {
            "src": "_img/pgtime_CIRCULAR.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "theme_color": "#0096C9",
    "background_color": "#0096C9",
    "start_url": "index.php",
    "display": "standalone",
    "orientation": "any"
}