{
  "id": "BetriebProMitarbeiter",
  "name": "BetriebPro",
  "short_name": "BetriebPro",
  "description": "Zeiterfassung, Auftraege, Urlaub.",
  "start_url": "./MitarbeiterPro.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e3a5f",
  "orientation": "portrait",
  "categories": [
    "business",
    "productivity"
  ],
  "lang": "de",
  "icons": [
    {
      "src": "icon-ma-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-ma-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-ma-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-ma-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}