{
  "id": "net.habibdigi.finwise",
  "name": "Finwise AI Finance Coach",
  "short_name": "Finwise",
  "description": "AI-powered personal finance assistant. Track spending, get coaching, and build wealth.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone"],
  "orientation": "portrait",
  "dir": "ltr",
  "lang": "en",
  "theme_color": "#4f46e5",
  "background_color": "#ffffff",
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Finwise AI Finance Dashboard"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Finwise AI Finance Dashboard Wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Transaction",
      "short_name": "Add",
      "description": "Quickly add a new transaction",
      "url": "/?action=add",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Coach",
      "short_name": "Coach",
      "description": "Chat with your AI finance coach",
      "url": "/?action=chat",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+finwise",
      "url": "/?action=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/csv": [".csv"],
        "application/json": [".json"]
      }
    }
  ],
  "note_taking": {
    "new_note_url": "/?action=add"
  },
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://finwise.habibdigi.net/manifest.json",
      "id": "net.habibdigi.finwise"
    }
  ],
  "prefer_related_applications": false,
  "scope_extensions": [
    { "origin": "https://finwise.habibdigi.net" },
    { "origin": "https://habibdigi.net" }
  ],
  "categories": ["finance", "productivity"]
}
