Initial commit: GSPro Remote MVP - Phase 1 complete

This commit is contained in:
Ryan Hill 2025-11-13 15:38:58 -06:00
commit 74ca4b38eb
50 changed files with 12818 additions and 0 deletions

View file

@ -0,0 +1,60 @@
{
"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
}
}