mirror of
https://github.com/jooray/rss2podcast.git
synced 2025-05-23 07:52:00 +00:00
21 lines
405 B
JSON
21 lines
405 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|