a288405ca8
Remove forced portrait orientation and request fullscreen display mode. Made-with: Cursor
36 lines
723 B
JSON
36 lines
723 B
JSON
{
|
|
"name": "BSC Score",
|
|
"short_name": "BSC Score",
|
|
"description": "Professional pool and billiards scoring application",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "fullscreen",
|
|
"display_override": ["fullscreen", "standalone"],
|
|
"background_color": "#1a1a1a",
|
|
"theme_color": "#1a1a1a",
|
|
"lang": "de",
|
|
"categories": [
|
|
"sports",
|
|
"utilities",
|
|
"productivity"
|
|
],
|
|
"icons": [
|
|
{
|
|
"src": "/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
]
|
|
}
|