rss2podcast/static/manifest.json

21 lines
405 B
JSON
Raw Normal View History

2024-11-05 14:45:19 +01:00
{
"name": "Load It Up!",
"short_name": "LoadItUp",
"start_url": "/",
"display": "standalone",
"background_color": "#fdf6e3",
"theme_color": "#268bd2",
"icons": [
{
"src": "/static/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}