Station Wallet

Station Wallet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Station Wallet",
  "version": "8.0.8",
  "version_name": "8.0.8",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "browser-polyfill.js",
        "contentScript.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": "icon-32.png"
  },
  "options_ui": {
    "page": "index.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "inpage.js",
        "keplr.js",
        "index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "128": "icon-128.png",
    "180": "icon-180.png"
  },
  "permissions": [
    "storage",
    "alarms"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}