{
  "name": "EasyCryptoPay — Best Crypto Payment Gateway",
  "short_name": "EasyCryptoPay",
  "description": "The best crypto payment gateway — deposits, invoices, exchange management, and full branding control at only 0.1% fees.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#111315",
  "theme_color": "#0C68E9",
  "dir": "ltr",
  "lang": "en",
  "categories": ["finance", "business", "productivity"],
  "icons": [
    {
      "src": "/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open your merchant dashboard",
      "url": "/dashboard?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Create invoice",
      "short_name": "Invoice",
      "description": "Generate a crypto invoice",
      "url": "/transactions?action=new-invoice&source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Pricing",
      "short_name": "Pricing",
      "description": "Compare Free and Pro plans",
      "url": "/pricing?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://easycryptopay.xyz/manifest.json"
    },
    {
      "platform": "play",
      "url": "https://easycryptopay.xyz/download",
      "id": "xyz.easycryptopay.merchant"
    }
  ]
}
