{
  "name": "Cotrugli — AI-Powered Accounting",
  "short_name": "Cotrugli",
  "description": "Your books on autopilot. GAAP-compliant accounting for US SMBs.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFFFFF",
  "theme_color": "#F45D48",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/apple-touch-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    { "name": "Chat with Cot",      "short_name": "Chat",     "url": "/#/chat",        "description": "Open the AI accounting assistant" },
    { "name": "Approvals queue",    "short_name": "Approvals","url": "/#/hitl-queue",  "description": "Review pending journal entries" },
    { "name": "AR invoices",        "short_name": "AR",       "url": "/#/ar",          "description": "Open accounts receivable" },
    { "name": "AP bills",           "short_name": "AP",       "url": "/#/ap",          "description": "Open accounts payable" }
  ]
}
