{
  "name": "OrangeCat — Your AI economic agent",
  "short_name": "OrangeCat",
  "description": "Fund, lend, invest, and coordinate with any identity. Cat is your private AI agent for practical economic next steps.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ff5c00",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["finance", "productivity", "business"],
  "icons": [
    {
      "src": "/images/orange-cat-logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Create",
      "short_name": "Create",
      "description": "Start a new entity — project, product, service, cause, loan, and more",
      "url": "/create"
    },
    {
      "name": "Discover",
      "short_name": "Discover",
      "description": "Browse entities to back, buy, or coordinate with",
      "url": "/discover"
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Your activity, entities, and Cat",
      "url": "/dashboard"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-homepage.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Homepage - Mobile View"
    },
    {
      "src": "/screenshots/mobile-discover.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Discover - Mobile View"
    },
    {
      "src": "/screenshots/desktop-homepage.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Homepage - Desktop View"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "related_applications": [],
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "web+bitcoin",
      "url": "/payment?address=%s"
    },
    {
      "protocol": "web+lightning",
      "url": "/payment?invoice=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/create",
      "accept": {
        "image/*": [".png", ".jpg", ".jpeg", ".gif", ".webp"],
        "video/*": [".mp4", ".webm", ".mov"]
      }
    }
  ]
}
