screentinker/frontend/manifest.json

22 lines
463 B
JSON

{
"name": "SwiftDisplay",
"short_name": "SwiftDisplay",
"description": "Digital Signage Management",
"start_url": "/app",
"display": "standalone",
"background_color": "#09090b",
"theme_color": "#ff6b00",
"orientation": "any",
"icons": [
{
"src": "/assets/pwa-icon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/pwa-icon.png",
"sizes": "512x512",
"type": "image/png"
}
]
}