{
	"id": "glanced",
	"name": "Glanced",
	"short_name": "Glanced",
	"description": "The modern RSS reader for news, blogs, and newsletters. AI summaries, no ads, available on every platform.",
	"start_url": "/",
	"display": "standalone",
	"background_color": "#000000",
	"theme_color": "#000000",
	"orientation": "portrait",
	"scope": "/",
	"lang": "en",
	"icons": [
		{
			"src": "/assets/icons/icon-32.png",
			"sizes": "32x32",
			"type": "image/png"
		},
		{
			"src": "/assets/icons/icon-64.png",
			"sizes": "64x64",
			"type": "image/png"
		},
		{
			"src": "/assets/icons/icon-128.png",
			"sizes": "128x128",
			"type": "image/png"
		},
		{
			"src": "/assets/icons/icon-256.png",
			"sizes": "256x256",
			"type": "image/png"
		},
		{
			"src": "/assets/icons/icon-512.png",
			"sizes": "512x512",
			"type": "image/png"
		},
		{
			"src": "/assets/icons/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"screenshots": [
		{
			"src": "/assets/screenshots/desktop-light.webp",
			"sizes": "2880x1800",
			"type": "image/webp",
			"form_factor": "wide",
			"label": "Articles view (light)"
		},
		{
			"src": "/assets/screenshots/desktop-dark.webp",
			"sizes": "2880x1800",
			"type": "image/webp",
			"form_factor": "wide",
			"label": "Articles (dark)"
		},
		{
			"src": "/assets/screenshots/mobile-list-light.webp",
			"sizes": "720x1520",
			"type": "image/webp",
			"form_factor": "narrow",
			"label": "Articles (light)"
		},
		{
			"src": "/assets/screenshots/mobile-list-dark.webp",
			"sizes": "720x1520",
			"type": "image/webp",
			"form_factor": "narrow",
			"label": "Articles (dark)"
		},
		{
			"src": "/assets/screenshots/mobile-article-light.webp",
			"sizes": "720x1520",
			"type": "image/webp",
			"form_factor": "narrow",
			"label": "Article (light)"
		},
		{
			"src": "/assets/screenshots/mobile-article-dark.webp",
			"sizes": "720x1520",
			"type": "image/webp",
			"form_factor": "narrow",
			"label": "Article (dark)"
		}
	],
	"shortcuts": [
		{
			"name": "All Articles",
			"short_name": "Articles",
			"url": "/articles",
			"icons": [{ "src": "/assets/icons/icon-128.png", "sizes": "128x128" }]
		},
		{
			"name": "Unread",
			"short_name": "Unread",
			"url": "/articles/unread",
			"icons": [{ "src": "/assets/icons/icon-128.png", "sizes": "128x128" }]
		},
		{
			"name": "Read Later",
			"short_name": "Read Later",
			"url": "/read-later",
			"icons": [{ "src": "/assets/icons/icon-128.png", "sizes": "128x128" }]
		},
		{
			"name": "Search",
			"short_name": "Search",
			"url": "/search",
			"icons": [{ "src": "/assets/icons/icon-128.png", "sizes": "128x128" }]
		}
	]
}
