{
  "$schema": "http://json.schemastore.org/web-manifest",
  "manifest_version": 2,
  "name": "Filmfestkruh",
  "short_name": "Kruh",
  "description": "Filmfest Ballmertshofen",
  "categories": ["films","festival"],
  "theme_color": "#B41313",
  "background_color": "#B41313",
  "display_override": ["window-controls-overlay"],
  "display": "standalone",
  "orientation": "any",
  "related_applications": [],
  "prefer_related_applications": false,
  "scope": "/",
  "id": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "/assets/icons/xxhdpi/filmfestkruh.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon-64x64.png",
      "sizes": "64x64",
      "type": "image/png"
    },

    {
      "src": "assets/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "assets/icons/xxxhdpi/filmfestkruh.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icons/maskable_icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/icons/icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png",
      "density": 1.0
    },
    {
      "src": "assets/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "assets/screen/shot1.webp",
      "sizes": "640x340",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Homescreen of Filmfestkruh App"
    },
    {
      "src": "assets/screen/shot1p.webp",
      "sizes": "340x640",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Homescreen of Filmfestkruh App"
    },
    {
      "src": "assets/screen/shot2.webp",
      "sizes": "640x340",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Programm content of Filmfestkruh App"
    },
    {
      "src": "assets/screen/shot2p.webp",
      "sizes": "340x640",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Programm content of Filmfestkruh App"
    },
    {
      "src": "assets/screen/shot3.webp",
      "sizes": "640x340",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Editorial content of Filmfestkruh App"
    },
    {
      "src": "assets/screen/shot4.webp",
      "sizes": "640x340",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Info about the filmfest"
    },
    {
      "src": "assets/screen/shot4p.webp",
     "sizes": "340x640",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Info about the filmfest"
    },
    {
      "src": "assets/screen/shot5.webp",
      "sizes": "640x340",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Way to the filmfest"
    },
    {
      "src": "assets/screen/shot5p.webp",
      "sizes": "340x640",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Way to the filmfest"
    }
  ]
}
