POKT Wallet Firefox

Examine source code of POKT Wallet

Inspect and view changes in POKT Wallet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "POKT Wallet",
  "version": "0.3.7",
  "description": "Secure your POKT with a modern and simple crypto wallet. It's your POKT, store it safely.",
  "homepage_url": "https://poktwallet.io",
  "author": "https://poktwallet.io",
  "manifest_version": 2,
  "default_locale": "en",
  "content_security_policy": "object-src 'self'; script-src 'self';",
  "content_scripts": [
    {
      "matches": [
        "file://*/*",
        "http://localhost/*",
        "https://*/*"
      ],
      "js": [
        "provider-bridge.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Alt+Shift+T",
        "mac": "Alt+Shift+T",
        "chromeos": "Alt+Shift+T",
        "linux": "Alt+Shift+T"
      }
    }
  },
  "icons": {
    "128": "icon-128-black.png"
  },
  "permissions": [
    "alarms",
    "storage",
    "unlimitedStorage",
    "activeTab",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "webextension@poktwallet.io",
      "strict_min_version": "102.0"
    }
  },
  "browser_action": {
    "default_title": "POKT Wallet",
    "default_popup": "popup.html"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  }
}

Best POKT Wallet Alternatives

Here are some Firefox add-ons that are similar to POKT Wallet: