{
  "id": "./",
  "name": "Mahjong Radar — Find Players. Find Your Table.",
  "short_name": "Mahjong Radar",
  "description": "Find Mahjong players, host public or private tables, chat with confirmed players, learn variations and receive reliable table reminders.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "background_color": "#F8F4EC",
  "theme_color": "#173B63",
  "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"
    }
  ],
  "categories": [
    "social",
    "lifestyle",
    "games"
  ],
  "shortcuts": [
    {
      "name": "Find Mahjong Tables",
      "short_name": "Find Tables",
      "url": "./index.html?tab=find",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Host a Mahjong Table",
      "short_name": "Host Table",
      "url": "./index.html?tab=host",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Browse Members",
      "short_name": "Members",
      "url": "./index.html?tab=members",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Table Chats",
      "short_name": "Chats",
      "url": "./index.html?tab=chats",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Mahjong Variations",
      "short_name": "Variations",
      "url": "./index.html?tab=variations",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
