{
  "name": "Taktbygg - Byggplaneringssystem",
  "short_name": "Taktbygg",
  "description": "AI-driven takttidplanering och byggprojekthantering",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1e40af",
  "background_color": "#ffffff",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/icons/icon-placeholder.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-placeholder.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Ny aktivitet",
      "short_name": "Ny aktivitet",
      "description": "Skapa ny aktivitet direkt",
      "url": "/dashboard/activities/new",
      "icons": [
        {
          "src": "/icons/icon-placeholder.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Timeline",
      "short_name": "Timeline",
      "description": "Öppna taktbygg timeline",
      "url": "/dashboard/timeline",
      "icons": [
        {
          "src": "/icons/icon-placeholder.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Rapportera hinder",
      "short_name": "Hinder",
      "description": "Rapportera nytt hinder",
      "url": "/dashboard/hindrances/new",
      "icons": [
        {
          "src": "/icons/icon-placeholder.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "splash_pages": null,
  "prefer_related_applications": false,
  "related_applications": [],
  "protocol_handlers": [
    {
      "protocol": "web+takttidplan",
      "url": "/dashboard/activities/%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "file_handlers": [
    {
      "action": "/dashboard/import",
      "accept": {
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"],
        "application/vnd.ms-excel": [".xls"]
      }
    }
  ]
}
