{
  "id": "/?source=pwa",
  "name": "Flipcash — EcoCash USSD",
  "short_name": "Flipcash USSD",
  "description": "Build and dial EcoCash agent shortcodes.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0ea5e9",
  "categories": [
    "finance",
    "productivity"
  ],
  "icons": [
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Cash Deposit",
      "url": "/?m=cash_deposit"
    },
    {
      "name": "Airtime",
      "url": "/?m=airtime"
    },
    {
      "name": "Agent→Agent",
      "url": "/?m=agent_to_agent"
    },
    {
      "name": "Cash In",
      "url": "/?m=cash_in"
    }
  ]
}