mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
19 lines
464 B
JSON
19 lines
464 B
JSON
{
|
|
"name": "runtimeterror",
|
|
"short_name": "runtimeterror",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/icons/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#090909",
|
|
"background_color": "#090909",
|
|
"display": "standalone"
|
|
}
|