{
  "name": "Street Golf",
  "short_name": "StreetGolf",
  "description": "Urban 9-hole golf tracker and scoring app. Track your street golf adventure in real-time.",
  "start_url": "/",
  "scope": "/",
  "display": "browser",
  "orientation": "portrait-primary",
  "background_color": "#010409",
  "theme_color": "#BFFF00",
  "icons": [
    {
      "src": "./images/street-golf.png",
      "sizes": "1200x1080",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["sports", "utilities"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23010409'/><text x='270' y='360' font-size='64' fill='%23BFFF00' text-anchor='middle' dominant-baseline='middle' font-weight='bold'>STREET GOLF</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Round",
      "short_name": "Play",
      "description": "Start a new 9-hole round",
      "url": "/?action=start",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23BFFF00'/><text x='48' y='48' font-size='64' text-anchor='middle' dominant-baseline='middle'>⛳</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "View History",
      "short_name": "History",
      "description": "View your past rounds",
      "url": "/?action=history",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23BFFF00'/><text x='48' y='48' font-size='64' text-anchor='middle' dominant-baseline='middle'>📊</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
