mirror of
https://github.com/anatolykopyl/variants.git
synced 2026-03-26 04:44:37 +00:00
31 lines
554 B
JSON
31 lines
554 B
JSON
{
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#333333",
|
|
"name": "StudyBuddy.top",
|
|
"short_name": "StudyBuddy",
|
|
"display": "minimal-ui",
|
|
"start_url": "/",
|
|
"icons": [
|
|
{
|
|
"src": "favicon-16x16.png",
|
|
"sizes": "16x16",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "favicon-32x32.png",
|
|
"sizes": "32x32",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|