Files
ditto.site/compiler/fixtures/site.webmanifest
2026-06-29 15:11:48 -07:00

20 lines
364 B
JSON

{
"name": "SEO Rich Fixture",
"short_name": "SEOFixture",
"icons": [
{
"src": "/manifest-icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/brand.svg",
"sizes": "any",
"type": "image/svg+xml"
}
],
"theme_color": "#123456",
"background_color": "#ffffff",
"display": "standalone"
}