{
  "name": "Ask McConnell's Metrics On Demand",
  "short_name": "AskMOD",
  "description": "Security metrics browser — search, favorite, and share key metrics.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#f0f4f8",
  "theme_color": "#1e3a5f",
  "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": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Browse Metrics",
      "url": "./browse",
      "description": "Search and filter all metrics"
    },
    {
      "name": "My Favorites",
      "url": "./favorites",
      "description": "View your saved metrics"
    }
  ]
}
