{
  "name": "Sypher DnD Management System",
  "short_name": "Sypher DnD",
  "description": "Cinematic D&D 2024 campaign manager with story flow, live combat, character sheets, maps, and multiplayer",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#100b06",
  "theme_color": "#100b06",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/brand/assets/sypher-app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/brand/assets/sypher-app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games", "utilities"],
  "shortcuts": [
    {
      "name": "Combat Tracker",
      "url": "/?view=initiative",
      "description": "Jump to the initiative tracker"
    },
    {
      "name": "My Characters",
      "url": "/?view=campaign",
      "description": "View campaigns and characters"
    }
  ]
}
