{
  "name": "myUsta - Find Trusted Tradespeople",
  "short_name": "myUsta",
  "description": "Find verified tradespeople for your home jobs. Search, post, and chat with professionals in real time.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e3a8a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/images/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/images/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/images/icon.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Notifications",
      "short_name": "Notifications",
      "description": "View your notifications",
      "url": "/notifications",
      "icons": [
        {
          "src": "/images/icon.svg",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": []
}
