{
  "name": "meinInventar",
  "short_name": "Inventar",
  "description": "Wissen, was man (wo) hat.",
  "start_url": "/lager",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FBF8F3",
  "theme_color": "#0E1A24",
  "lang": "de",
  "icons": [
    {
      "src": "/img/logo-app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Suche",
      "short_name": "Suche",
      "description": "Gegenstände suchen",
      "url": "/suche",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Karte",
      "short_name": "Karte",
      "description": "Standorte auf der Karte",
      "url": "/karte",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
