{
  "name": "Send It - SMS with Crypto",
  "short_name": "Send It",
  "description": "Send SMS messages with instant crypto payment. Fast, secure, and private.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "theme_color": "#07070d",
  "background_color": "#07070d",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard - Desktop View"
    },
    {
      "src": "/screenshots/dashboard-narrow.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard - Mobile View"
    }
  ],
  "categories": ["business", "utilities", "finance"],
  "lang": "en",
  "dir": "auto",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "shortcuts": [
    {
      "name": "Send SMS",
      "short_name": "Send",
      "description": "Send a new SMS message",
      "url": "/en/dashboard?tab=send",
      "icons": [{ "src": "/icons/shortcut-send.png", "sizes": "96x96" }]
    },
    {
      "name": "Buy Credits",
      "short_name": "Credits",
      "description": "Purchase SMS credits",
      "url": "/en/dashboard?tab=buy",
      "icons": [{ "src": "/icons/shortcut-buy.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "handle_links": "preferred",
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
