{
	"name": "Peregrin Gpub Reader",
	"short_name": "Peregrin",
	"default_locale": "en",
	"icons": [
		{
			"src": "/images/icon-48.png",
			"sizes": "48x48",
			"type": "image/png"
		},
		{
			"src": "/images/icon-72.png",
			"sizes": "72x72",
			"type": "image/png"
		},
		{
			"src": "/images/icon-128.png",
			"sizes": "128x128",
			"type": "image/png"
		},
		{
			"src": "/images/icon-150.png",
			"sizes": "150x150",
			"type": "image/png"
		},
		{
			"src": "/images/icon-256.png",
			"sizes": "256x256",
			"type": "image/png"
		},
		{
			"src": "/images/icon-512.png",
			"sizes": "512x512",
			"type": "image/png"
		}
	],
	"start_url": "/index.html",
	"orientation": "portrait-primary",
	"theme_color": "goldenrod",
	"background_color": "#222222",
	"display": "standalone",
	"categories": ["books", "entertainment"],
	"description": "Reading application for gpub formatted documents",
	"id": "https://peregrin.colorfield.space",
	"shortcuts": [
		{
			"name": "About Peregrin",
			"url": "/about.html"
		},
		{
			"name": "Settings",
			"url": "/settings.html"
		},
		{
			"name": "Home / Library",
			"url": "/index.html"
		}
	]
}