{
  "name": "Xtrapay",
  "short_name": "Xtrapay",
  "description": "Secure payment and financial services",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "icons": [
    {
      "src": "/images/app_icons/Assets.xcassets/AppIcon.appiconset/196.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/app_icons/Assets.xcassets/AppIcon.appiconset/512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/app_icons/Assets.xcassets/AppIcon.appiconset/1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/app_icons/Assets.xcassets/AppIcon.appiconset/196.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/app_icons/Assets.xcassets/AppIcon.appiconset/512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/app_icons/appstore.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/images/app_icons/playstore.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["finance", "productivity"],
  "permissions": ["geolocation", "camera"],
  "shortcuts": [
    {
      "name": "View Transactions",
      "short_name": "Transactions",
      "description": "View your transaction history",
      "url": "/transactions",
      "icons": [{ "src": "/images/app_icons/Assets.xcassets/AppIcon.appiconset/196.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Send Transfer",
      "short_name": "Transfer",
      "description": "Send money to another account",
      "url": "/transfer",
      "icons": [{ "src": "/images/app_icons/Assets.xcassets/AppIcon.appiconset/196.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
