21 lines
384 B
JSON
21 lines
384 B
JSON
|
|
{
|
||
|
|
"name": "Timmy's Nexus",
|
||
|
|
"short_name": "Nexus",
|
||
|
|
"start_url": "/",
|
||
|
|
"display": "fullscreen",
|
||
|
|
"background_color": "#050510",
|
||
|
|
"theme_color": "#050510",
|
||
|
|
"icons": [
|
||
|
|
{
|
||
|
|
"src": "icons/t-logo-192.png",
|
||
|
|
"sizes": "192x192",
|
||
|
|
"type": "image/png"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"src": "icons/t-logo-512.png",
|
||
|
|
"sizes": "512x512",
|
||
|
|
"type": "image/png"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|