61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
|
|
{
|
||
|
|
"name": "GSPro Remote",
|
||
|
|
"short_name": "GSPro Remote",
|
||
|
|
"description": "Remote control application for GSPro golf simulator",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"manifest_version": 3,
|
||
|
|
"start_url": "/",
|
||
|
|
"display": "standalone",
|
||
|
|
"orientation": "any",
|
||
|
|
"background_color": "#0f172a",
|
||
|
|
"theme_color": "#2D5016",
|
||
|
|
"categories": ["sports", "games", "utilities"],
|
||
|
|
"icons": [
|
||
|
|
{
|
||
|
|
"src": "/icon-192.png",
|
||
|
|
"sizes": "192x192",
|
||
|
|
"type": "image/png",
|
||
|
|
"purpose": "any maskable"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"src": "/icon-512.png",
|
||
|
|
"sizes": "512x512",
|
||
|
|
"type": "image/png",
|
||
|
|
"purpose": "any maskable"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"shortcuts": [
|
||
|
|
{
|
||
|
|
"name": "Quick Launch",
|
||
|
|
"short_name": "Launch",
|
||
|
|
"description": "Quick launch GSPro Remote",
|
||
|
|
"url": "/",
|
||
|
|
"icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"screenshots": [
|
||
|
|
{
|
||
|
|
"src": "/screenshot1.png",
|
||
|
|
"type": "image/png",
|
||
|
|
"sizes": "1280x720",
|
||
|
|
"label": "Main control interface"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"src": "/screenshot2.png",
|
||
|
|
"type": "image/png",
|
||
|
|
"sizes": "1280x720",
|
||
|
|
"label": "Map view with streaming"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"related_applications": [],
|
||
|
|
"prefer_related_applications": false,
|
||
|
|
"scope": "/",
|
||
|
|
"launch_handler": {
|
||
|
|
"client_mode": "navigate-existing"
|
||
|
|
},
|
||
|
|
"display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
|
||
|
|
"edge_side_panel": {
|
||
|
|
"preferred_width": 480
|
||
|
|
}
|
||
|
|
}
|