{
  "name": "SettleWise - Immigrant Resource Guide",
  "short_name": "SettleWise",
  "description": "Curated resources and practical guidance to help immigrants and underserved communities settle and thrive in the United States",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#2c3e50",
  "theme_color": "#3498db",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/images/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "lifestyle", "navigation"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Resources",
      "short_name": "Resources",
      "description": "View immigrant resources",
      "url": "/immigrants/",
      "icons": [
        {
          "src": "/static/images/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Forum",
      "short_name": "Forum",
      "description": "Join community discussions",
      "url": "/forum/",
      "icons": [
        {
          "src": "/static/images/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
