{
  "id": "ie.fantasyfairway.app",
  "name": "Fantasy Fairways",
  "short_name": "Fantasy Fairways",
  "description": "Fantasy golf leagues with live scoring and notifications. Track your teams across PGA and European tours.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#006a4e",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["sports", "games", "entertainment"],
  "icons": [
    {
      "src": "/static/images/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "View your fantasy golf dashboard",
      "url": "/user_dashboard",
      "icons": [
        {
          "src": "/static/images/logo/club_logo_large.png",
          "sizes": "200x200"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "display_override": ["standalone", "minimal-ui"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [],
  "protocol_handlers": [],
  "scope_extensions": [],
  "iarc_rating_id": "",
  "widgets": [],
  "edge_side_panel": {},
  "note_taking": {}
}