{
  "name": "FlyDown",
  "short_name": "FlyDown",
  "description": "Hey you, fly low! No VIP flights: tell me how much you want to spend and I'll get you flying for real. FlyDown finds the low-cost flight and takes you to discover nearby cities too.",
  "lang": "en",
  "id": "/",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FFF8F0",
  "theme_color": "#6C7CFF",
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "travel",
    "lifestyle"
  ],
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "screenshots": [
    {
      "src": "/static/icons/screenshot-narrow.png",
      "sizes": "780x1688",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Deals under your budget"
    },
    {
      "src": "/static/icons/screenshot-wide.png",
      "sizes": "1440x900",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Deals under your budget"
    }
  ]
}
