status-media/manifest.webmanifest

16 lines
299 B
JSON

{
"name": "Status Podcasts",
"short_name": "Status Podcasts",
"icons": [
{
"src": "./src/images/podcasts.png",
"type": "image/png",
"sizes": "192x192"
}
],
"start_url": "/",
"display": "standalone",
"background_color": "#333333",
"theme_color": "#333333"
}