Nintondo Wallet

Nintondo Wallet

A New Horizon for Your Bells Crypto Adventures

Merlin
Additional files are visible only to premium users

manifest.json


{
  "short_name": "Nintondo Wallet",
  "author": "Nintondo",
  "manifest_version": 3,
  "name": "Nintondo Wallet",
  "icons": {
    "48": "/icon-48.png",
    "128": "/icon.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Open the popup",
    "default_icon": {
      "48": "/icon-48.png",
      "128": "/icon.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "pageProvider.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "activeTab"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "113.0"
    },
    "gecko_android": {
      "strict_min_version": "113.0"
    }
  },
  "version": "0.2.2"
}