{
  "name": "Elev8 Lifestyle",
  "short_name": "Elev8",
  "description": "Persoonlijk Operating System voor ondernemer + mens",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#0A0A0A",
  "orientation": "portrait",
  "categories": ["productivity", "lifestyle", "business"],
  "lang": "nl",
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/capture",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Snelle capture",
      "short_name": "Capture",
      "description": "Snel iets in inbox dumpen",
      "url": "/capture?focus=1",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Vraag AI",
      "short_name": "AI",
      "description": "Open AI chat",
      "url": "/ai",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Top 3 vandaag",
      "short_name": "Top 3",
      "description": "Daily must-do lijst",
      "url": "/tasks",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Reflectie",
      "short_name": "Reflectie",
      "description": "Avond review",
      "url": "/reflection",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
