{
  "name": "K9 Operations Manager",
  "short_name": "K9 OPS",
  "description": "K9 Operations Manager — secure K9 handler records, training logs, wellness tracking, and performance reporting for law enforcement K9 units.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f131a",
  "theme_color": "#0f131a",
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "./favicon-16x16.png?v=7",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "./favicon-32x32.png?v=7",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "./apple-touch-icon-180x180.png?v=7",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-192-v7.png?v=7",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512-v7.png?v=7",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/maskable-icon-512-v7.png?v=7",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Training Session",
      "short_name": "Training",
      "description": "Start a new K9 training session",
      "url": "./training/new",
      "icons": [{ "src": "./icons/icon-192-v7.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Log Wellness Check",
      "short_name": "Wellness",
      "description": "Log a K9 wellness or medical entry",
      "url": "./wellness/new",
      "icons": [{ "src": "./icons/icon-192-v7.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "View Dashboard",
      "short_name": "Dashboard",
      "description": "Open the K9 operations dashboard",
      "url": "./",
      "icons": [{ "src": "./icons/icon-192-v7.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "View Alerts",
      "short_name": "Alerts",
      "description": "View resolved K9 unit alerts",
      "url": "./resolved-alerts",
      "icons": [{ "src": "./icons/icon-192-v7.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "View Reports",
      "short_name": "Reports",
      "description": "View K9 performance reports",
      "url": "./reports",
      "icons": [{ "src": "./icons/icon-192-v7.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Aid Performance",
      "short_name": "Performance",
      "description": "View K9 aid performance metrics",
      "url": "./performance",
      "icons": [{ "src": "./icons/icon-192-v7.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
