{
  "name": "Point Zero One",
  "short_name": "PZO",
  "description": "The financial roguelike — every loss is content.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#eab308",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icons/pzo-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/pzo-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["games", "finance", "education"],
  "screenshots": [],
  "shortcuts": [
    { "name": "Play Now", "url": "/play", "description": "Start a new run" },
    { "name": "Dashboard", "url": "/dashboard", "description": "View your stats" },
    { "name": "Open Chat", "url": "/dashboard?chat=open", "description": "Jump into the chat theater" },
    { "name": "Witness", "url": "/dashboard?chat=witness", "description": "Join the active ceremony as witness" },
    { "name": "Ceremony", "url": "/dashboard?chat=ceremony", "description": "Enter the ceremony channel" }
  ],
  "protocol_handlers": [
    { "protocol": "web+pzo", "url": "/?deeplink=%s" }
  ]
}
