{
  "name": "Groceries",
  "short_name": "Groceries",
  "description": "Verarbeite Angebote und Belege mit KI",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": [
            "application/pdf",
            "image/png",
            "image/jpeg",
            "image/jpg",
            "image/webp"
          ]
        }
      ]
    }
  },
  "categories": ["productivity", "finance", "utilities"],
  "shortcuts": [
    {
      "name": "Angebote",
      "short_name": "Angebote",
      "description": "Angebote verarbeiten",
      "url": "/?tab=angebote",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Belege",
      "short_name": "Belege",
      "description": "Belege verarbeiten",
      "url": "/?tab=belege",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Einstellungen",
      "short_name": "Einstellungen",
      "description": "App-Einstellungen",
      "url": "/?tab=settings",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
