{
  "name": "Tree King BOSS",
  "short_name": "Tree King BOSS",
  "description": "The command center for your tree business",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#14532d",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "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 maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Job",
      "url": "/jobs",
      "description": "Open job scheduling"
    },
    {
      "name": "New Estimate",
      "url": "/estimates/new",
      "description": "Create a new estimate"
    }
  ]
}
