{
	"manifest_version": 1,
	"default_locale": "en",
	"name": "Pathfinder2e",
	"short_name": "Pathfinder2e",
	"description": "Rules, monsters and magic for Pathfinder2e.",
	"icons": [
		{
			"src": "android-chrome-192x192.png",
			"type": "image/png",
			"sizes": "192x192"
		},{
			"src": "android-chrome-256x256.png",
			"type": "image/png",
			"sizes": "256x256"
		},{
			"src": "android-chrome-384x384.png",
			"type": "image/png",
			"sizes": "384x384"
		}
	],
	"start_url": "pathfinder2e.html",
	"background_color": "#5E0000",
	"display": "standalone",
	"theme_color": "#5E0000",
	"permissions": [
		"clipboardWrite"
	]
}
