{
  "name": "PITLANE by MotorRevo",
  "short_name": "PITLANE",
  "description": "Interne Business-App der MotorRevo GmbH",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0E1014",
  "theme_color": "#FFA500",
  "categories": [
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "/branding/motorrevo/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/branding/motorrevo/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/branding/motorrevo/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "text/vcard",
            ".vcf",
            "image/*",
            "video/*",
            "application/pdf",
            "text/*"
          ]
        }
      ]
    }
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "shortcuts": [
    {
      "name": "Messenger",
      "short_name": "Chat",
      "url": "/messenger",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Aufgaben",
      "short_name": "Tasks",
      "url": "/tasks",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}