Slice

Slice

Slice is Crypto Wallet based on Ethereum, Bitcoin and Polygon Chain. Slice also provide facility user can create wallet and…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Slice",
  "version": "1.2",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_icon": "logo.png",
    "type": "allowAllRequests"
  },
  "icons": {
    "128": "assest/images/logo.png"
  },
  "permissions": [],
  "background.service_worker": {
    "persistent": false,
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.google.com/*"
      ],
      "css": [
        "assest/css/popup.css"
      ],
      "js": [
        "assest/js/script.js"
      ]
    }
  ],
  "host_permissions": [
    "*://*/*"
  ]
}