every.channel/apps/tauri/ui/manifest.webmanifest
2026-02-15 16:17:27 -05:00

29 lines
575 B
JSON

{
"name": "every.channel",
"short_name": "every.channel",
"description": "every.channel viewer",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#f7f4ef",
"theme_color": "#f7f4ef",
"icons": [
{
"src": "icons/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}