{
  "name": "Game Room",
  "short_name": "Game Room",
  "description": "Play Hive and Azul online with friends — invite by link.",
  "start_url": "./?src=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1f2430",
  "theme_color": "#1f2430",
  "categories": ["games", "entertainment"],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Play Hive", "url": "hive.html", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Play Azul", "url": "azul.html", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
