screentinker/frontend/manifest.json
ScreenTinker 1594a9d4a4 Initial open source release
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>
2026-04-08 12:14:53 -05:00

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"
}
]
}