{
	"name": "TimeTime",
	"protocol_handlers": [
		{
			"protocol": "web+timetime",
			"url": "/dashboard/home/%s"
		}
	],
	"short_name": "TimeTime",
	"description": "A simple time tracking app",
	"start_url": "/",
	"orientation": "portrait",
	"display": "standalone",
	"display_override": ["standalone"],
	"screenshots": [
		{
			"src": "img/screenshots/1280x800-screenshot.png",
			"sizes": "1280x800",
			"type": "image/png"
		},
		{
			"src": "img/screenshots/750x1334-screenshot.png",
			"sizes": "750x1334",
			"type": "image/png"
		}
	],
	"icons": [
		{
			"src": "icons/manifest-icon-192.maskable.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "icons/manifest-icon-192.maskable.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "icons/manifest-icon-512.maskable.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "icons/manifest-icon-512.maskable.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"theme_color": "#ffffff",
	"background_color": "#ffffff",
	"shortcuts": [
		{
			"name": "Profile",
			"url": "/dashboard/home/profile",
			"description": "View your profile",
			"icons": [
				{
					"src": "icons/manifest-icon-192.maskable",
					"type": "image/png",
					"sizes": "192x192"
				}
			]
		}
	]
}
