{
  "name": "Guuzo - Find Your Perfect Travel Companion",
  "short_name": "Guuzo",
  "description": "Find travelers who match your energy, destinations, budget, and travel style",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#FF6B35",
  "background_color": "#FFFFFF",
  "screenshots": [
    {
      "src": "/screenshots/mobile-1.png",
      "sizes": "540x720",
      "form_factor": "narrow",
      "type": "image/png"
    },
    {
      "src": "/screenshots/desktop-1.png",
      "sizes": "1280x720",
      "form_factor": "wide",
      "type": "image/png"
    }
  ],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "32x32 64x64",
      "type": "image/x-icon"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["travel", "social", "lifestyle"],
  "shortcuts": [
    {
      "name": "Browse Posts",
      "short_name": "Posts",
      "description": "See travel posts from the community",
      "url": "/",
      "icons": [
        {
          "src": "/icons/posts.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Matches",
      "short_name": "Matches",
      "description": "Check your travel matches",
      "url": "/dashboard/matches",
      "icons": [
        {
          "src": "/icons/matches.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "Check your messages",
      "url": "/dashboard/messages",
      "icons": [
        {
          "src": "/icons/messages.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
