22 lines
407 B
JSON
22 lines
407 B
JSON
{
|
|||
|
|
"name": "App",
|
||
|
|
"short_name": "App",
|
||
|
|
"description": "Workspace app for App.",
|
||
|
|
"start_url": ".",
|
||
|
|
"display": "standalone",
|
||
|
|
"background_color": "#111111",
|
||
|
|
"theme_color": "#18181B",
|
||
|
|
"icons": [
|
||
|
|
{
|
||
|
|
"src": "icon-192.svg",
|
||
|
|
"sizes": "192x192",
|
||
|
|
"type": "image/svg+xml"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"src": "icon-512.svg",
|
||
|
|
"sizes": "512x512",
|
||
|
|
"type": "image/svg+xml"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|