{
  "name": "Langlois Lawncare",
  "short_name": "Langlois",
  "description": "All-in-one client operations: CRM, scheduling, online booking, market-rate estimates, invoicing, payments, reports, and accounting & taxes.",
  "start_url": "./dashboard.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#07090f",
  "theme_color": "#d4a843",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "Dashboard", "url": "./dashboard.html" },
    { "name": "Today", "url": "./today.html" },
    { "name": "Calendar", "url": "./calendar.html" },
    { "name": "New Invoice", "url": "./invoice.html" },
    { "name": "Income & Taxes", "url": "./accounting.html" }
  ],
  "categories": ["finance", "business", "productivity"]
}
