{
	"id": "/?source=pwa",
	"start_url": "/?source=pwa",
	"scope": "/",

	"name": "The Best Free Mockups",
	"short_name": "Free Mockup",
	"description": "Thousands of T-Shirt mockups, Stationery, Book mockups, iPhone mockups, App, Billboards mockups, and much more",

	"display": "standalone",
	"background_color": "#171e24",
	"theme_color": "#171e24",

	"icons": [
		{
			"src": "/android-chrome-192x192.png",
			"type": "image/png",
			"sizes": "192x192"
		},
		{
			"src": "/android-chrome-512x512.png",
			"type": "image/png",
			"sizes": "512x512"
		},
		{
			"src": "/maskable_icon_512x512.png",
			"type": "image/png",
			"sizes": "512x512",
			"purpose": "maskable any"
		}
	],

	"shortcuts": [
		{
			"name": "The Latest Free Mockups",
			"short_name": "New mockups",
			"description": "Check out the latest free mockups added",
			"url": "/all-templates?source=pwa",
			"icons": [
				{
					"src": "/android-chrome-192x192.png",
					"sizes": "192x192"
				}
			]
		}
	],

	"screenshots": [
		{
			"src": "/free-mockup-com-screenshot-wide-01.jpg",
			"type": "image/jpeg",
			"sizes": "1920x1080",
			"form_factor": "wide"
		},
		{
			"src": "/free-mockup-com-screenshot-wide-02.jpg",
			"type": "image/jpeg",
			"sizes": "1920x1080",
			"form_factor": "wide"
		},
		{
			"src": "/free-mockup-com-screenshot-narrow-01.jpg",
			"type": "image/jpeg",
			"sizes": "1080x1920",
			"form_factor": "narrow"
		},
		{
			"src": "/free-mockup-com-screenshot-narrow-02.jpg",
			"type": "image/jpeg",
			"sizes": "1080x1920",
			"form_factor": "narrow"
		}
	]
}
