{
  "name": "My Mind - Gedachten Architectuur",
  "short_name": "My Mind",
  "description": "Leg je gedachten vast, verbind ze en ontdek patronen",
  "start_url": "/index.php",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#00D084",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/assets/img/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/img/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nieuwe Gedachte",
      "short_name": "Nieuw",
      "description": "Voeg snel een nieuwe gedachte toe",
      "url": "/index.php?action=quick_add",
      "icons": [
        {
          "src": "/assets/img/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "categories": [
    "productivity",
    "lifestyle",
    "utilities"
  ],
  "id": "/index.php",
  "scope": "/"
}