{
  "name": "TripMemo - AI Trip Planner",
  "short_name": "TripMemo",
  "description": "Plan, Track & Share Your Travel Adventures with AI",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "categories": [
    "travel",
    "productivity",
    "lifestyle"
  ],
  "lang": "pl",
  "icons": [
    {
      "src": "/static/icons/icon-192x192.png",
      "sizes": "196x196",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/icons/screenshot-mobile.png",
      "sizes": "320x640",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "scope": "/",
  "features": [
    "Cross Platform",
    "Offline Support",
    "Fast",
    "Reliable"
  ]
}