{
  "name": "gamingrooms.net",
  "short_name": "gamingrooms",
  "description": "Real-time multiplayer party games — SpyRoom, Hokm, Mafia, Shelem.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f0f17",
  "theme_color": "#a855f7",
  "categories": ["games", "social", "entertainment"],
  "lang": "en",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "SpyRoom",
      "short_name": "Spy",
      "description": "Find the spy among your friends",
      "url": "/spy.html",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Hokm",
      "short_name": "Hokm",
      "description": "Iranian trick-taking card game",
      "url": "/hokm.html",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Mafia",
      "short_name": "Mafia",
      "description": "Iranian-style social deduction",
      "url": "/mafia.html",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Shelem",
      "short_name": "Shelem",
      "description": "Iranian bidding card game",
      "url": "/shelem.html",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
