{
  "name": "EZTopup - Mobile Top Up & Digital Services",
  "display_override": ["standalone"],
  "id": "/",
  "protocol_handlers": [
    {
      "protocol": "web+topup",
      "url": "/?action=topup&data=%s"
    },
    {
      "protocol": "web+order",
      "url": "/orders/%s"
    }
  ],
  "short_name": "EZTopup",
  "description": "Easy and secure mobile top-up, data packages, and e-gift cards in Myanmar. Fast digital recharge for all operators with instant delivery.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "splash_pages": null,
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["finance", "utilities", "shopping"],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/ez-desktop-ss.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "EZTopup Desktop View"
    },
    {
      "src": "/ez-mobile-ss.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "EZTopup Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "EZTopup Mobile Top Up",
      "short_name": "Top Up",
      "description": "Quick mobile top up",
      "url": "/?action=topup",
      "icons": [
        {
          "src": "/mobile-topup-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Order History",
      "short_name": "History",
      "description": "View your order history",
      "url": "/orders",
      "icons": [
        {
          "src": "/order-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/handle-file",
      "accept": {
        "text/csv": [".csv"],
        "application/json": [".json"]
      }
    }
  ],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "permissions": ["notifications", "camera", "geolocation"],
  "gcm_sender_id": "103953800507",
  "notification_preferences": {
    "vibrate": true,
    "sound": true,
    "badge": true
  },
  "capture_links": "new-client",
  "handle_links": "preferred",
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.myeztopup.app",
      "id": "com.myeztopup.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/myeztopup/id123456789",
      "id": "123456789"
    }
  ]
}
