{
  "name": "easybill GO",
  "short_name": "easybill GO",
  "description": "Zeiterfassung & Projekte — die schlanke mobile App für easybill.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F4F6FB",
  "theme_color": "#051A4D",
  "lang": "de",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "img/logo-dark.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Timer starten",
      "short_name": "Timer",
      "description": "Stoppuhr für die Zeiterfassung starten",
      "url": "./?action=timer",
      "icons": [{ "src": "img/logo-dark.svg", "sizes": "any" }]
    },
    {
      "name": "Zeiteintrag",
      "short_name": "Zeit",
      "description": "Zeit manuell erfassen",
      "url": "./?action=entry",
      "icons": [{ "src": "img/logo-dark.svg", "sizes": "any" }]
    }
  ]
}
