Coin98 Wallet

Coin98 Wallet

Crypto Wallet & Defi Gateway.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.00ac8b83.png",
    "32": "icon32.plasmo.9ad0c5b6.png",
    "48": "icon48.plasmo.cae3a6b3.png",
    "64": "icon64.plasmo.e4b604fc.png",
    "128": "icon128.plasmo.b89b7dfa.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.00ac8b83.png",
      "32": "icon32.plasmo.9ad0c5b6.png",
      "48": "icon48.plasmo.cae3a6b3.png",
      "64": "icon64.plasmo.e4b604fc.png",
      "128": "icon128.plasmo.b89b7dfa.png"
    },
    "default_popup": "popup.html"
  },
  "version": "9.3.2",
  "author": "thanhtam",
  "name": "Coin98 Wallet",
  "description": "Crypto Wallet & Defi Gateway.",
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "notifications",
    "unlimitedStorage",
    "clipboardRead",
    "identity",
    "scripts",
    "alarms"
  ],
  "background": {
    "service_worker": "background.d0591844.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contents.4683de87.js"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "takePlaces.28d25cd4.js"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "css": [],
      "world": "MAIN"
    }
  ],
  "default_locale": "en",
  "commands": {
    "_execute_action": {
      "description": "Open the Coin98 Wallet extension",
      "suggested_key": {
        "chromeos": "Alt + Shift + C",
        "linux": "Alt + Shift + C",
        "mac": "Alt + Shift + C",
        "windows": "Alt + Shift + C"
      }
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "public/**",
        "cosmos.*.js",
        "inpage.*.js"
      ],
      "matches": [
        "*://*/*",
        "<all_urls>"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "cosmos.2e910acf.js",
        "inpage.61801ea0.js"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "oauth2": {
    "client_id": "114789873055-e2sktrogsg2k12rj9lhhvfhpg796ebsf.apps.googleusercontent.com",
    "scopes": [
      "profile",
      "email",
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile",
      "drive"
    ]
  }
}