{
  "name": "Van Ede Monteur App",
  "short_name": "Monteur",
  "description": "Monteur app voor werkbonnen en uren tracking",
  "start_url": "/monteur",
  "scope": "/monteur/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#2FA4A9",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%232FA4A9' width='192' height='192'/><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' font-size='80' font-weight='bold' fill='white' font-family='Arial'>VE</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%232FA4A9' width='192' height='192' rx='45'/><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' font-size='80' font-weight='bold' fill='white' font-family='Arial'>VE</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "business"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23f0f0f0' width='540' height='720'/><text x='270' y='360' text-anchor='middle' font-size='32' fill='%232FA4A9'>Monteur App</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Planning",
      "short_name": "Planning",
      "description": "Vandaag's werkbonnen",
      "url": "/monteur?tab=planning",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%232FA4A9' width='96' height='96'/><text x='48' y='48' text-anchor='middle' dominant-baseline='middle' font-size='40' fill='white'>📅</text></svg>", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Werkbon",
      "short_name": "Werkbon",
      "description": "Huidige werkbon",
      "url": "/monteur?tab=werkbon",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%232FA4A9' width='96' height='96'/><text x='48' y='48' text-anchor='middle' dominant-baseline='middle' font-size='40' fill='white'>📝</text></svg>", "sizes": "96x96", "type": "image/svg+xml" }]
    }
  ]
}
