{
  "name": "Suite Thang - Salon Suite Management",
  "short_name": "Suite Thang",
  "description": "A focused operations workspace for salon suite landlords",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "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", "productivity", "finance"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View dashboard overview",
      "url": "/dashboard",
      "icons": []
    },
    {
      "name": "Properties",
      "short_name": "Properties",
      "description": "Manage properties",
      "url": "/dashboard/properties",
      "icons": []
    },
    {
      "name": "Tenants",
      "short_name": "Tenants",
      "description": "View tenants",
      "url": "/dashboard/tenants",
      "icons": []
    },
    {
      "name": "Billing",
      "short_name": "Billing",
      "description": "Manage rent & billing",
      "url": "/dashboard/billing",
      "icons": []
    }
  ]
}
