{
  "name": "OV Kinos",
  "short_name": "OV Kinos",
  "description": "Find original version films in cinemas across Germany",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0a0a0c",
  "theme_color": "#0a0a0c",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's OV Films",
      "short_name": "Today",
      "description": "See what's playing in OV today",
      "url": "/?utm_source=pwa_shortcut&utm_medium=shortcut",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Tomorrow's Screenings",
      "short_name": "Tomorrow",
      "description": "Plan ahead for tomorrow",
      "url": "/?date=tomorrow&utm_source=pwa_shortcut&utm_medium=shortcut",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "movie",
      "text": "movie",
      "url": "movie"
    }
  },
  "screenshots": [
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "430x932",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home screen showing today's OV films"
    },
    {
      "src": "/screenshots/mobile-results.png",
      "sizes": "430x932",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Search results sorted by distance"
    },
    {
      "src": "/screenshots/desktop-home.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop view of OV Kinos"
    }
  ],
  "categories": ["entertainment", "lifestyle"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false
}
