Polkagate - Polkadot extension/wallet

Polkagate - Polkadot extension/wallet

The gateway to the Polkadot ecosystem.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Polkagate",
  "description": "The gateway to the Polkadot ecosystem",
  "homepage_url": "https://polkagate.xyz",
  "name": "PolkaGate",
  "short_name": "PG",
  "manifest_version": 2,
  "version": "0.1.6",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Polkagate",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "64": "images/icon-64.png",
    "128": "images/icon-128.png"
  },
  "web_accessible_resources": [
    "page.js"
  ],
  "content_security_policy": "script-src 'self' blob: 'unsafe-eval' 'wasm-eval'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{255157bf-be25-4a4d-8f47-e385e55b15bb}"
    }
  }
}