31 lines
674 B
JSON
31 lines
674 B
JSON
{
|
|
"name": "Nexus Terminal",
|
|
"short_name": "NexusTerm",
|
|
"description": "A modern, web-based terminal.",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/icon-144x144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
}
|
|
],
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#333333",
|
|
"theme_color": "#9370DB",
|
|
"scope": "/",
|
|
"orientation": "portrait-primary"
|
|
} |