{
  "name": "Destiny Watcher",
  "short_name": "D2 Watcher",
  "description": "Get notified when your Destiny 2 god roll drops",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0f0f14",
  "theme_color": "#c0a060",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "screenshots": [
    { "src": "/screenshot-dashboard.png", "sizes": "390x844", "type": "image/png", "form_factor": "narrow", "label": "Dashboard" },
    { "src": "/screenshot-watchlist.png", "sizes": "390x844", "type": "image/png", "form_factor": "narrow", "label": "Add watchlist entry" }
  ],
  "categories": ["games", "utilities"],
  "shortcuts": [
    { "name": "Scan Now", "url": "/dashboard?scan=1", "description": "Trigger an inventory scan" },
    { "name": "Add Watch", "url": "/watchlist/new", "description": "Add a new weapon to watch" }
  ]
}
