{
  "name": "Estimatrix — Estimate, dispatch, invoice contractors",
  "short_name": "Estimatrix",
  "description": "AI-powered estimating, dispatch, and invoicing for contractors and service businesses.",
  "id": "/?source=pwa",
  "start_url": "/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "background_color": "#171717",
  "theme_color": "#171717",
  "orientation": "any",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    { "src": "/brand-mark.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/favicon-brand.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/estimatrix-desktop-app-icon.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/estimatrix-desktop-app-icon.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/estimatrix-desktop-app-icon.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Estimatrix dashboard with today's jobs and recent estimates"
    },
    {
      "src": "/screenshots/dashboard-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "New estimate",
      "short_name": "New estimate",
      "description": "Start a new AI-assisted estimate",
      "url": "/estimates?action=new",
      "icons": [{ "src": "/brand-mark.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Today",
      "short_name": "Today",
      "description": "Today's jobs and tasks",
      "url": "/today",
      "icons": [{ "src": "/brand-mark.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "files", "accept": ["image/*", "application/pdf"] }
      ]
    }
  },
  "prefer_related_applications": false
}
