{
  "name": "GIHELFO — Hive OS für Dienstleister",
  "short_name": "GIHELFO",
  "description": "GIHELFO ist dein intelligenter Arbeitsbegleiter für Hausmeister, Mülltonnenservice, Gebäudeservice und Einzeldienstleister. Organisiere Aufgaben, Kunden, Touren und Rechnungen in einem einzigen smarten Hive-Dashboard.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "orientation": "portrait-primary",
  "background_color": "#2D5F91",
  "theme_color": "#F5B420",
  "lang": "de-DE",
  "dir": "ltr",
  "id": "nuvos-hive-os",
  "categories": [
    "productivity",
    "business",
    "utilities"
  ],
  "iarc_rating_id": "",
  "icons": [
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "platform": "narrow",
      "label": "GIHELFO Hive Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Heute",
      "short_name": "Heute",
      "description": "Tagesaufgaben und Hive-Dashboard",
      "url": "/?view=heute",
      "icons": [
        {
          "src": "/icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Neue Aufgabe",
      "short_name": "Aufgabe",
      "description": "Schnell eine neue Aufgabe erstellen",
      "url": "/?action=new-task",
      "icons": [
        {
          "src": "/icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Route",
      "short_name": "Route",
      "description": "Tourenplaner starten",
      "url": "/?view=route",
      "icons": [
        {
          "src": "/icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}