{
  "name": "🏠 Haushalt",
  "short_name": "Haushalt",
  "description": "Progressive Web App für gemeinsame Haushaltsverwaltung",
  "start_url": "https://home.h4xor.org/",
  "scope": "https://home.h4xor.org/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#3B82F6",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Einkaufszettel",
      "short_name": "Einkaufen",
      "description": "Zum Einkaufszettel",
      "url": "https://home.h4xor.org/?tab=shopping",
      "icons": [
        {
          "src": "/icon-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Aufgaben",
      "short_name": "ToDo",
      "description": "Zu den Aufgaben",
      "url": "https://home.h4xor.org/?tab=tasks",
      "icons": [
        {
          "src": "/icon-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "categories": ["productivity"],
  "screenshots": [
    {
      "src": "/screenshot1.png",
      "sizes": "540x720",
      "type": "image/png"
    },
    {
      "src": "/screenshot2.png",
      "sizes": "540x720",
      "type": "image/png"
    }
  ]
}
