Station Wallet

Station Wallet

Station is the ultimate multichain wallet, allowing users to access decentralized applications (dApps) on various chains, including Terra, Juno, and Kujira. Users can manage their accounts, send, stake, or receive tokens.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Station Wallet",
  "version": "7.3.1",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "icon-32.png"
  },
  "options_ui": {
    "page": "index.html"
  },
  "web_accessible_resources": [
    "inpage.js",
    "index.html"
  ],
  "icons": {
    "128": "icon-128.png",
    "180": "icon-180.png"
  },
  "permissions": [
    "storage",
    "alarms"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{d8ddfc2a-97d9-4c60-8b53-5edd299b6674}"
    }
  }
}