Glow - Solana Wallet

Glow - Solana Wallet

A fast, easy to use Solana wallet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "0.57.0",
  "description": "A fast, easy to use Solana wallet",
  "name": "Glow - Solana Wallet BETA",
  "permissions": [
    "storage",
    "tabs",
    "alarms",
    "webNavigation"
  ],
  "icons": {
    "256": "icon-256.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "*://localhost/*"
      ],
      "js": [
        "realms/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "manifest_version": 2,
  "background": {
    "scripts": [
      "realms/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon-256.png",
    "default_title": "Glow - Solana Wallet",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "realms/inpage.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{76596e30-ecdb-477a-91fd-c08f2018df1a}"
    }
  }
}