{
  "name": "Simi Wallet — Multi-Chain Crypto Wallet",
  "short_name": "Simi Wallet",
  "description": "Simi Wallet — Multi-chain non-custodial crypto wallet by Since Network. Send, receive, swap, bridge & explore Web3 dApps.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "background_color": "#000000",
  "theme_color": "#10b981",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "categories": ["finance", "utilities", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/favicon.ico", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/favicon.ico", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/favicon.ico", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/favicon.ico", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/favicon.ico",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Simi Wallet home"
    },
    {
      "src": "/favicon.ico",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Simi Wallet dashboard"
    }
  ],
  "shortcuts": [
    { "name": "Open Wallet", "short_name": "Wallet", "url": "/?source=shortcut", "icons": [{ "src": "/favicon.ico", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Send", "short_name": "Send", "url": "/send?source=shortcut", "icons": [{ "src": "/favicon.ico", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Trade (Swap & Bridge)", "short_name": "Trade", "url": "/swap?source=shortcut", "icons": [{ "src": "/favicon.ico", "sizes": "192x192", "type": "image/png" }] },
    { "name": "DApp Browser", "short_name": "DApps", "url": "/dapps?source=shortcut", "icons": [{ "src": "/favicon.ico", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Rewards", "short_name": "Rewards", "url": "/rewards?source=shortcut", "icons": [{ "src": "/favicon.ico", "sizes": "192x192", "type": "image/png" }] }
  ],
  "protocol_handlers": [
    { "protocol": "web+ethereum", "url": "/send?to=%s" },
    { "protocol": "web+wc", "url": "/dapps?wc=%s" }
  ],
  "share_target": {
    "action": "/dapps",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/import-wallet",
      "accept": {
        "application/json": [".json"],
        "text/plain": [".txt"]
      }
    }
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 420
  },
  "handle_links": "preferred",
  "related_applications": [
    {
      "platform": "play",
      "id": "com.sincenetwork.simiwallet",
      "url": "https://play.google.com/store/apps/details?id=com.sincenetwork.simiwallet"
    }
  ]
}
