{
  "name": "STAPLE - Private Cloud Library",
  "short_name": "STAPLE",
  "description": "Intelligente Literaturverwaltung mit KI-Scanner, Cloud-Sync und Community-Features",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F2EDE4",
  "theme_color": "#8A9A5B",
  "orientation": "portrait-primary",
  "categories": ["books", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Buch scannen",
      "short_name": "Scannen",
      "description": "Schnell ein Buch per Barcode hinzufügen",
      "url": "/?action=scan",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Bibliothek",
      "short_name": "Bibliothek",
      "description": "Meine Büchersammlung anzeigen",
      "url": "/?tab=library",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ]
}