{
  "name": "PartySheet",
  "short_name": "PartySheet",
  "description": "Your party's digital hub for any tabletop RPG",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0a0a0b",
  "theme_color": "#c0392b",
  "orientation": "any",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["games", "utilities"],
  "shortcuts": [
    { "name": "Dice Roller", "url": "/dice", "description": "Roll dice quickly" },
    { "name": "My Characters", "url": "/characters", "description": "View your characters" }
  ]
}
