{
  "name": "Denali Multiplier",
  "short_name": "Multiplier",
  "description": "Track and celebrate AI adoption wins at Denali Therapeutics",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "portrait",
  "share_target": {
    "action": "/?action=submit",
    "method": "GET",
    "params": {
      "title": "share_title",
      "text":  "share_text",
      "url":   "share_url"
    }
  },
  "shortcuts": [
    { "name": "Submit a Win", "url": "/?action=submit", "description": "Log a new AI win" },
    { "name": "Leaderboard",  "url": "/?tab=dashboard", "description": "View the impact tracker" }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
