
{
  "name": "Remitta V2: Intelligent Payments",
  "short_name": "Remitta",
  "description": "The smart way to send and receive money across borders, powered by AI.",
  "start_url": ".",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f3f4f6",
  "theme_color": "#4f46e5",
  "categories": ["finance", "business"],
  "icons": [
    {
      "src": "/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Send Money",
      "short_name": "Send",
      "description": "Send money to a contact",
      "url": "/?action=send",
      "icons": [{ "src": "/icon-192x192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Scan QR to Pay",
      "short_name": "Scan",
      "description": "Scan a QR code to make a payment",
      "url": "/?action=scan",
      "icons": [{ "src": "/icon-192x192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "View Activity",
      "short_name": "Activity",
      "description": "See your recent transactions",
      "url": "/?action=activity",
      "icons": [{ "src": "/icon-192x192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ]
}
