{
  "id": "/?app=diceytable",
  "name": "DiceyTable — Virtual Tabletop",
  "short_name": "DiceyTable",
  "description": "A free browser-based virtual tabletop with real physics. Play board games, card games and RPGs with friends online — no downloads required.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "minimal-ui"],
  "theme_color": "#101316",
  "background_color": "#101316",
  "categories": ["games", "entertainment"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Join a Live Table",
      "short_name": "Tables",
      "description": "See which DiceyTable games are running now and join one.",
      "url": "/play/tables?source=pwa-shortcut",
      "icons": [{ "src": "/pwa/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Browse Games",
      "short_name": "Games",
      "description": "Explore community-created games you can play instantly.",
      "url": "/games?source=pwa-shortcut",
      "icons": [{ "src": "/pwa/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Game Editor",
      "short_name": "Editor",
      "description": "Build a DiceyTable game in the browser.",
      "url": "/editor?source=pwa-shortcut",
      "icons": [{ "src": "/pwa/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
