{
  "name": "DomainRoyale",
  "short_name": "DomainRoyale",
  "description": "A 16-bit 1920s domain competition. Verify your Deeds, enter the Duel at Dawn, and win Prestige.",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#efe8d6",
  "theme_color": "#efe8d6",
  "categories": ["games", "entertainment", "finance"],
  "prefer_related_applications": false,
  "launch_handler": { "client_mode": ["focus-existing", "auto"] },
  "edge_side_panel": { "preferred_width": 480 },
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Quick Duel",
      "short_name": "Duel",
      "description": "Jump to The Dueling Grounds",
      "url": "/lobby",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Alert Wire",
      "short_name": "Alerts",
      "description": "See fired price-change alerts",
      "url": "/alerts",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Portfolio",
      "short_name": "Deeds",
      "description": "Open your Deeds ledger",
      "url": "/portfolio",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Gentlemen's Exchange",
      "short_name": "Exchange",
      "description": "Browse Deeds listed for sale",
      "url": "/exchange",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}