{
  "name": "Fruxal — Financial Recovery",
  "short_name": "Fruxal",
  "description": "Find and recover hidden financial leaks in your business",
  "start_url": "/v2/dashboard",
  "display": "standalone",
  "background_color": "#FAFAF8",
  "theme_color": "#1B3A2D",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Snap a receipt",
      "short_name": "Snap",
      "description": "Capture a receipt with the rear camera",
      "url": "/v2/receipts",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "Talk to your specialist",
      "url": "/v2/messages",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "This week's focus",
      "short_name": "Focus",
      "description": "Top actions across every agent",
      "url": "/v2/dashboard/solo",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ],
  "share_target": {
    "action": "/api/v2/receipts/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": [
            "image/jpeg",
            "image/png",
            "image/webp",
            "application/pdf"
          ]
        }
      ]
    }
  },
  "screenshots": [],
  "categories": ["finance", "business", "productivity"]
}
