reminder-bot/static/site.webmanifest

21 lines
518 B
Plaintext
Raw Normal View History

2022-02-11 17:44:08 +00:00
{
2023-07-31 18:18:53 +00:00
"name": "Reminder Bot Dashboard",
"short_name": "Reminders",
"start_url": "/dashboard",
2022-02-11 17:44:08 +00:00
"icons": [
{
2023-06-20 12:13:26 +00:00
"src": "/static/favicon/android-chrome-192x192.png",
2022-02-11 17:44:08 +00:00
"sizes": "192x192",
"type": "image/png"
},
{
2023-06-20 12:13:26 +00:00
"src": "/static/favicon/android-chrome-512x512.png",
2022-02-11 17:44:08 +00:00
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}