{
  "name": "PRIM3LINK — Shop Management",
  "short_name": "PRIM3LINK",
  "description": "Shop Management by PRIM3TEAM — Estimates, Invoices, Parts, Scheduling",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0c0e14",
  "theme_color": "#e2a701",
  "orientation": "portrait-primary",
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "PRIM3LINK Shop Management"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "New Estimate",
      "short_name": "Estimate",
      "url": "/?tab=estimates",
      "description": "Create a new estimate",
      "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Schedule",
      "short_name": "Schedule",
      "url": "/?tab=schedule",
      "description": "View appointments",
      "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Parts Search",
      "short_name": "Parts",
      "url": "/?tab=parts",
      "description": "Search parts pricing",
      "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
    }
  ],
  "prefer_related_applications": false
}
