{
  "name": "BizBooks Pro",
  "short_name": "BizBooks",
  "description": "Professional Business Accounting Software",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2c3e50",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "finance", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/?view=dashboard",
      "description": "Go to Dashboard"
    },
    {
      "name": "New Invoice",
      "url": "/?action=invoice",
      "description": "Create a new invoice"
    }
  ]
}
