{
  "name": "Iceberg Estimator",
  "short_name": "Iceberg",
  "description": "A rigorous software estimation tool using the Iceberg Decomposition method and PERT analysis.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#4f46e5",
  "icons": [
    {
      "src": "/icons/iceberg-icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/x-iceberg-project+json": [
          ".iceberg"
        ],
        "application/json": [
          ".json"
        ]
      }
    }
  ]
}
