{
  "name": "Local SaaS Platform",
  "short_name": "LocalSaaS",
  "description": "Your local business command center",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Add Contact",
      "url": "/dashboard/contacts/new",
      "description": "Add a new contact"
    },
    {
      "name": "Today's Schedule",
      "url": "/dashboard/schedule",
      "description": "View today's appointments"
    }
  ]
}
