{
  "name": "Project Timeline Calculator",
  "short_name": "Project Time",
  "description": "Estimate total project duration from task list and dependencies.",
  "start_url": "/planning/project-timeline-calculator/",
  "scope": "/planning/project-timeline-calculator/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f9fafb",
  "theme_color": "#0284c7",
  "lang": "en",
  "categories": [
    "productivity",
    "utilities",
    "planning"
  ],
  "icons": [
    {
      "src": "/icons/project-timeline-calculator-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/project-timeline-calculator-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}