{
	"dir": "ltr",
	"lang": "en",
	"name": "findPWA",
	"short_name": "findPWA",
	"description": "Find the best Progressive Web Apps. FindPWA is the PWA directory with hundreds of PWA examples. Discover the world of Progressive Web Apps.",
	"icons": [
		{
			"src": "/images/icons/findpwa_logo-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/images/icons/findpwa_logo-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/images/icons/findpwa_logo-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/images/icons/findpwa_logo-512.svg",
			"sizes": "512x512",
			"type": "image/svg+xml",
			"purpose": "maskable"
		},
		{
			"src": "/images/icons/findpwa_logo_monochrome-512.svg",
			"sizes": "512x512",
			"type": "image/svg+xml",
			"purpose": "monochrome"
		}
	],
	"display": "standalone",
	"orientation": "portrait",
	"start_url": "/",
	"theme_color": "#cb3333",
	"background_color": "#fff",
	"categories": [
		"entertainment",
		"lifestyle",
		"productivity",
		"utilities"
	],
	"share_target": {
		"action": "/submit",
		"method": "POST",
		"enctype": "application/x-www-form-urlencoded",
		"params": {
			"title": "title",
			"text": "text",
			"url": "url"
		}
	},
	"shortcuts": [
		{
			"name": "Search",
			"description": "With the search function of findPWA you can find the PWA you want.",
			"url": "/search",
			"icons": [
				{
					"src": "/images/assets/shortcut/search_icon.svg",
					"sizes": "96x96",
					"type": "image/svg+xml",
					"purpose": "any"
				}
			]
		},
		{
			"name": "Submit App",
			"description": "You can use this form to send us a PWA to be added.",
			"url": "/submit",
			"icons": [
				{
					"src": "/images/assets/shortcut/submit_icon.svg",
					"sizes": "96x96",
					"type": "image/svg+xml",
					"purpose": "any"
				}
			]
		}
	],
	"screenshots": [
		{
			"src": "/images/gallery/gallery_light_mobile_1.png",
			"sizes": "1439x2881",
			"form_factor": "narrow",
			"type": "image/png",
			"label": "Start page | narrow form factor, light color schema"
		},
		{
			"src": "/images/gallery/gallery_light_mobile_2.png",
			"sizes": "1439x2881",
			"form_factor": "narrow",
			"type": "image/png",
			"label": "App page | narrow form factor, light color schema"
		},
		{
			"src": "/images/gallery/gallery_light_mobile_3.png",
			"sizes": "1439x2881",
			"form_factor": "narrow",
			"type": "image/png",
			"label": "Top apps page | narrow form factor, light color schema"
		},
		{
			"src": "/images/gallery/gallery_light_desktop_1.png",
			"sizes": "1920x1080",
			"form_factor": "wide",
			"type": "image/png",
			"label": "Start page | wide form factor, light color schema"
		},
		{
			"src": "/images/gallery/gallery_light_desktop_2.png",
			"sizes": "1920x1080",
			"form_factor": "wide",
			"type": "image/png",
			"label": "App page | wide form factor, light color schema"
		},
		{
			"src": "/images/gallery/gallery_light_desktop_3.png",
			"sizes": "1920x1080",
			"form_factor": "wide",
			"type": "image/png",
			"label": "Search page | wide form factor, light color schema"
		},
		{
			"src": "/images/gallery/gallery_dark_mobile_1.png",
			"sizes": "1439x2881",
			"form_factor": "narrow",
			"type": "image/png",
			"label": "Start page | narrow form factor, dark color schema"
		},
		{
			"src": "/images/gallery/gallery_dark_mobile_2.png",
			"sizes": "1439x2881",
			"form_factor": "narrow",
			"type": "image/png",
			"label": "App page | narrow form factor, dark color schema"
		},
		{
			"src": "/images/gallery/gallery_dark_mobile_3.png",
			"sizes": "1439x2881",
			"form_factor": "narrow",
			"type": "image/png",
			"label": "Top apps page | narrow form factor, dark color schema"
		},
		{
			"src": "/images/gallery/gallery_dark_desktop_1.png",
			"sizes": "1920x1080",
			"form_factor": "wide",
			"type": "image/png",
			"label": "Start page | wide form factor, dark color schema"
		},
		{
			"src": "/images/gallery/gallery_dark_desktop_2.png",
			"sizes": "1920x1080",
			"form_factor": "wide",
			"type": "image/png",
			"label": "App page | wide form factor, dark color schema"
		},
		{
			"src": "/images/gallery/gallery_dark_desktop_3.png",
			"sizes": "1920x1080",
			"form_factor": "wide",
			"type": "image/png",
			"label": "Search page | wide form factor, dark color schema"
		}
	]
}