{
  "name": "VoltTrack",
  "short_name": "VoltTrack",
  "description": "Electrical Contractor Management Software — manage jobs, crew, and invoices.",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0a1628",
  "background_color": "#0a1628",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/volttrack-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/volttrack-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View your dashboard"
    },
    {
      "name": "Jobs",
      "url": "/jobs",
      "description": "View your jobs"
    },
    {
      "name": "Invoices",
      "url": "/invoices",
      "description": "View your invoices"
    }
  ]
}
