{
  "name": "Saku - Project Management Made Simple",
  "short_name": "Saku",
  "description": "A powerful, intuitive Kanban board application for managing projects, tracking tasks, and collaborating with your team. Built for productivity in Ireland.",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#036B9A",
  "icons": [
    {
      "src": "/icons/pwa-app-icon.svg",
      "sizes": "96x96",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/pwa-app-icon.svg",
      "sizes": "128x128",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/pwa-app-icon.svg",
      "sizes": "152x152",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/pwa-app-icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    }
  ],
  "orientation": "portrait-primary",
  "categories": ["productivity", "business"],
  "lang": "en-IE",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Your Saku hub",
      "url": "/home",
      "icons": [
        {
          "src": "/icons/pwa-app-icon.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Insights",
      "short_name": "Insights",
      "description": "View insights and reports",
      "url": "/insights",
      "icons": [
        {
          "src": "/icons/pwa-app-icon.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard view on desktop"
    },
    {
      "src": "/screenshots/mobile-kanban.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Kanban board on mobile"
    }
  ]
}
