{
  "name": "Playgraphs",
  "short_name": "Playgraphs",
  "description": "AI companion for Wyrmspan board game - Not an official Stonemaier Games product",
  "id": "/wyrmspan/",
  "start_url": "/wyrmspan/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#f2691a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/wyrmspan/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/wyrmspan/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/wyrmspan/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/wyrmspan/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/wyrmspan/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/wyrmspan/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["games", "entertainment", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/wyrmspan/",
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "url_handlers": [
    {
      "origin": "https://playgraphs.ai"
    },
    {
      "origin": "https://wyrmwise.com"
    },
    {
      "origin": "https://www.wyrmwise.com"
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://playgraphs.ai/wyrmspan/manifest.json"
    }
  ],
  "shortcuts": [
    {
      "name": "Join Game",
      "short_name": "Join",
      "description": "Join a game session",
      "url": "/wyrmspan/session/join",
      "icons": [{ "src": "/wyrmspan/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Create Session",
      "short_name": "Create",
      "description": "Create a new game session",
      "url": "/wyrmspan/session/create",
      "icons": [{ "src": "/wyrmspan/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
