{
  "name": "selfTAX",
  "short_name": "selfTAX",
  "description": "Buchhaltung für österreichische Selbstständige. Rechnungen, Belege, Steuern und Fahrtenbuch in einer App.",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "start_url": "/dashboard",
  "scope": "/",
  "id": "/dashboard",
  "categories": ["business", "finance", "productivity"],
  "lang": "de-AT",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.png?v=5",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png?v=5",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png?v=5",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png?v=5",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Neue Rechnung",
      "short_name": "Rechnung",
      "url": "/dashboard/invoices/new",
      "icons": [{ "src": "/icons/icon-192.png?v=5", "sizes": "192x192" }]
    },
    {
      "name": "Beleg scannen",
      "short_name": "Beleg",
      "url": "/dashboard/receipts?scan=1",
      "icons": [{ "src": "/icons/icon-192.png?v=5", "sizes": "192x192" }]
    }
  ]
}
