{
  "name": "TrackyTag",
  "short_name": "TrackyTag",
  "description": "Registreer en beheer je items met NFC-tags",
  "start_url": "/app.html",
  "display": "standalone",
  "background_color": "#0d0d14",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "lang": "nl",
  "icons": [
    {
      "src": "/icons/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan tag",
      "short_name": "Scan",
      "url": "/app.html#scan",
      "icons": [{ "src": "/icons/logo-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Overzicht",
      "short_name": "Items",
      "url": "/app.html#dashboard",
      "icons": [{ "src": "/icons/logo-192.png", "sizes": "192x192" }]
    }
  ]
}
