{
  "name": "Enamel Wallets - Nigerian Fintech",
  "short_name": "Enamel Wallets",
  "description": "Nigeria's premier cooperative and thrift savings platform. Save, spend, and grow your wealth with our dual wallet system.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0066cc",
  "background_color": "#fafbfc",
  "scope": "/",
  "lang": "en-NG",
  "categories": ["finance", "business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Send Money",
      "short_name": "Send",
      "description": "Quick P2P transfer to friends and family",
      "url": "/dashboard?action=send",
      "icons": [
        {
          "src": "/icons/send-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Add Money",
      "short_name": "Deposit",
      "description": "Add money to your wallet",
      "url": "/dashboard?action=deposit",
      "icons": [
        {
          "src": "/icons/deposit-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Savings Goals",
      "short_name": "Save",
      "description": "View and manage your savings goals",
      "url": "/dashboard?action=savings",
      "icons": [
        {
          "src": "/icons/savings-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share-handler",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+enamelwallets",
      "url": "/pay?q=%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "screenshots": [
    {
      "src": "/screenshots/dashboard-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/dashboard-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ]
}