{
  "manifest_version": 2,
  "name": "Študentské a zdieľané izby pre študentov, stážistov a mladých profesionálov | DeinZimmer.de",
  "short_name": "DeinZimmer.de",
  "background_color": "#B9CD97",
  "theme_color": "#319933",
  "display": "standalone",
  "lang": "de",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/dist/images/frontend-bundle/meta/logo-dz-square.png",
      "type": "image/png",
      "sizes": "128x128",
      "purpose": "maskable"
    },
    {
      "src": "/dist/images/frontend-bundle/meta/logo-dz-square-2x.png",
      "type": "image/png",
      "sizes": "256x256"
    },
    {
      "src": "/dist/images/frontend-bundle/meta/logo-dz-square-3x.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/",
  "shortcuts": [
    {
      "name": "Do you want to successfully rent out your room? Register today!",
      "short_name": "List Accommodation",
      "description": "Rent without commission, year-round occupancy, profitable off-season, personal customer support, and more",
      "url": "/en/enter-accommodation",
      "icons": [{ "src": "/dist/images/frontend-bundle/meta/logo-dz-square.png", "sizes": "128x128" }]
    },
    {
      "name": "Overview of cities and places",
      "short_name": "City List",
      "description": "Overview of cities and places in Germany, Austria, and Switzerland",
      "url": "/en/germany",
      "icons": [{ "src": "/dist/images/frontend-bundle/meta/logo-dz-square.png", "sizes": "128x128" }]
    }
  ]
}