Sollet Wallet - Solana Wallet

Sollet Wallet - Solana Wallet

Sollet is a web-based cryptocurrency wallet and browser extension that enables you to safely manage assets on the Solana…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Sollet Wallet - Solana Wallet",
  "version": "2.2.0",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "action": {
    "default_icon": {
      "16": "icon-16.png",
      "32": "icon-32.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    },
    "default_title": "Sollet",
    "default_popup": "popup/html.html"
  }
}