{
  "id": "/",
  "name": "Creed Handy Manager",
  "short_name": "Creed",
  "description": "Run your whole handyman business from your pocket — AI quoting, scheduling, crew time tracking, and payments in one app.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0a0a0f",
  "theme_color": "#0a0a0f",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "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-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "/screenshots/dashboard.jpg", "sizes": "1440x3088", "type": "image/jpeg", "form_factor": "narrow", "label": "Your dashboard — next check, quick quote, clock in" },
    { "src": "/screenshots/quote.jpg", "sizes": "1440x3088", "type": "image/jpeg", "form_factor": "narrow", "label": "AI-built quote, itemized by trade" },
    { "src": "/screenshots/schedule.jpg", "sizes": "1440x3088", "type": "image/jpeg", "form_factor": "narrow", "label": "Schedule and dispatch the crew" }
  ],
  "shortcuts": [
    {
      "name": "Quick Quote",
      "short_name": "Quote",
      "description": "Start a new AI quote",
      "url": "/?action=quote",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Clock In",
      "short_name": "Clock In",
      "description": "Start your shift",
      "url": "/?action=clockin",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/api/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/pdf": [".pdf"],
        "image/*": [".jpg", ".jpeg", ".png", ".webp"]
      }
    }
  ]
}
