{
  "name": "Giggamo - Local Marketplace",
  "short_name": "Giggamo",
  "description": "Your local marketplace for services and rentals. Connect with trusted providers in your community.",
  "theme_color": "#2563eb",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait-primary",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "/vite.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["marketplace", "services", "local", "business", "communication"],
  "lang": "en-US",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Messages",
      "short_name": "Chat",
      "description": "Open chat conversations",
      "url": "/chat",
      "icons": [
        {
          "src": "/vite.svg",
          "sizes": "32x32",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}