{
  "name": "Bansko Film Fest",
  "short_name": "BFF",
  "description": "Bansko Film Fest website",
  "icons": [
    {
      "src": "android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "display_override": [
    "standalone",
    "browser"
  ],
  "display": "standalone",
  "id": "/",
  "start_url": "/",
  "screenshots": [
    {
      "src": "screenshot-wide.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Home screen showing main navigation and featured content"
    },
    {
      "src": "screenshot-tall.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Home screen showing main navigation and featured content"
    }
  ]
}