{
  "name": "Afterroar Passport",
  "short_name": "Afterroar",
  "description": "Your tabletop identity. One Passport across every store and app.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#2a2f3a",
  "theme_color": "#FF8200",
  "categories": ["lifestyle", "social", "entertainment"],
  "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-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Show my Passport",
      "short_name": "Passport",
      "url": "/dashboard",
      "description": "Your QR code, library, and recent activity"
    },
    {
      "name": "Library",
      "short_name": "Library",
      "url": "/library",
      "description": "Your game library"
    },
    {
      "name": "Wishlist",
      "short_name": "Wishlist",
      "url": "/wishlist",
      "description": "Games you want"
    }
  ]
}
