mirror of
https://github.com/screentinker/screentinker.git
synced 2026-08-17 07:34:15 -06:00
23 lines
463 B
JSON
23 lines
463 B
JSON
{
|
|
"name": "GoldenSignage",
|
|
"short_name": "GoldenSignage",
|
|
"description": "Digital Signage Management",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#09090b",
|
|
"theme_color": "#ff6b00",
|
|
"orientation": "any",
|
|
"icons": [
|
|
{
|
|
"src": "/assets/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/assets/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|