{
  "name": "Material Concierge",
  "short_name": "MC",
  "description": "Materialbibliothek-Scanner für Architekturbüros",
  "start_url": "/de",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F5F0EB",
  "theme_color": "#575240",
  "orientation": "portrait-primary",
  "lang": "de-CH",
  "categories": ["productivity", "business"],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Sample scannen",
      "short_name": "Scannen",
      "description": "Neues Sample fotografieren",
      "url": "/scan",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Bibliothek",
      "short_name": "Bibliothek",
      "description": "Meine Samples anzeigen",
      "url": "/samples",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
