{
  "name": "INTELEZA - Your Personal Intelligence",
  "short_name": "INTELEZA",
  "description": "A private personal intelligence engine: daily briefs, goals, tasks, decisions and evening reviews.",
  "id": "/",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0b0c",
  "theme_color": "#0b0b0c",
  "categories": ["productivity", "lifestyle", "education"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    { "name": "Home", "url": "/dashboard" },
    { "name": "Your day", "url": "/today" },
    { "name": "Goals", "url": "/goals" },
    { "name": "Evening review", "url": "/evening" }
  ]
}
