1
0
Fork 0
mirror of https://github.com/miawinter98/just-short-it.git synced 2024-09-20 09:48:59 +00:00
just-short-it/wwwroot/site.webmanifest

19 lines
375 B
Plaintext
Raw Normal View History

2023-11-18 12:11:12 +00:00
{
"name": "Just Short It",
"short_name": "JSI",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#4a3285",
"background_color": "#141414",
"display": "standalone"
}