Fewcha Move Wallet

Fewcha Move Wallet

Non-Custodial Wallet created for Move Ecosystem (Sui/Aptos)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.content.ts.dca131fb.bd33a22b.js",
        "assets/content-script-loader.content.ts.f84611c9.e851c48f.js"
      ],
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "name": "Fewcha Move Wallet",
  "description": "Non-Custodial Wallet created for Move Ecosystem (Sui/Aptos)",
  "manifest_version": 3,
  "version": "0.4.33",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "action": {
    "default_icon": {
      "16": "images/icon-16.png",
      "19": "images/icon-19.png",
      "32": "images/icon-32.png",
      "38": "images/icon-38.png",
      "64": "images/icon-64.png",
      "128": "images/icon-128.png",
      "512": "images/icon-512.png"
    },
    "default_title": "Fewcha",
    "default_popup": "index.html"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Alt+Shift+F",
        "mac": "Alt+Shift+F",
        "chromeos": "Alt+Shift+F",
        "linux": "Alt+Shift+F"
      }
    }
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "clipboardWrite",
    "alarms",
    "background",
    "tabs"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/config.44ac3aaa.js",
        "assets/v4.c2115ebe.js",
        "assets/sui-inpage.ee54170c.js",
        "assets/sui-system-state.9b679ecb.js",
        "assets/messages.6b2ff93d.js",
        "assets/content.ts.dca131fb.js",
        "assets/aptos-inpage.1d171474.js",
        "assets/content.ts.f84611c9.js"
      ],
      "use_dynamic_url": true
    }
  ]
}