{
  "name": "Quest Line",
  "short_name": "QuestLine",
  "description": "The TTRPG character sheet anthology — play any game, at one table.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0b0e13",
  "theme_color": "#0b0e13",
  "categories": ["games", "entertainment", "productivity"],
  "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-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Characters",
      "url": "/characters",
      "description": "Open your saved character sheets"
    },
    {
      "name": "Browse Systems",
      "url": "/",
      "description": "Explore every supported RPG system"
    },
    {
      "name": "Lore Vault",
      "url": "/lore-vault",
      "description": "Your persistent world lore (Premium)"
    }
  ]
}
