{
  "name": "Climate Intelligence Hub",
  "short_name": "Climate Hub",
  "description": "A comprehensive platform for carbon market risk analysis, project tracking, and retirement registry",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/climate-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/climate-icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/climate-icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "climate", "finance", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "View your climate intelligence dashboard"
    },
    {
      "name": "Legal Database",
      "short_name": "Legal DB",
      "url": "/legal-database",
      "description": "Search climate policies and regulations"
    },
    {
      "name": "Global Project Map",
      "short_name": "Map",
      "url": "/global-project-map",
      "description": "View carbon projects on a global map"
    },
    {
      "name": "Registry Explorer",
      "short_name": "Registry",
      "url": "/entity-registry",
      "description": "Explore carbon credit registries"
    }
  ],
  "prefer_related_applications": false,
  "dir": "ltr",
  "lang": "en-US",
  "iarc_rating_id": "",
  "features": [
    "cross-origin-isolated"
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "protocol_handlers": [
    {
      "protocol": "web+climatehub",
      "url": "/?protocol=%s"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["text/csv", "application/json"]
        }
      ]
    }
  },
  "edge_side_panel": {
    "preferred_width": 480
  }
}