mirror of
https://github.com/screentinker/screentinker.git
synced 2026-05-15 07:32:23 -06:00
ScreenTinker - open source digital signage management software. MIT License, all features included, no license gates. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
23 lines
461 B
JSON
23 lines
461 B
JSON
{
|
|
"name": "ScreenTinker",
|
|
"short_name": "ScreenTinker",
|
|
"description": "Digital Signage Management",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#111827",
|
|
"theme_color": "#3B82F6",
|
|
"orientation": "any",
|
|
"icons": [
|
|
{
|
|
"src": "/assets/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/assets/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|