LiminoWallet

LiminoWallet

It is used for digital signature and digital asset management, and for storing and trading crypto assets

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "LiminoWallet",
  "description": "It is used for digital signature and digital asset management, and for storing and trading crypto assets",
  "default_locale": "en",
  "version": "3.0.3",
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "background",
    "storage",
    "alarms",
    "unlimitedStorage",
    "tabs"
  ],
  "host_permissions": [
    "*://*/*",
    "*://*/popup.html",
    "*://*/home.html"
  ],
  "optional_permissions": [],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "js/chunk-vendors.js",
        "js/content-script.js"
      ]
    }
  ],
  "icons": {
    "128": "icons/logo-128.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__",
    "browser_style": true,
    "default_icon": {
      "128": "icons/logo-128.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "js/inject-script.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' ; object-src 'self'"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}