BlockExpress

BlockExpress

Web3 KOL Insights and Express News!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Web3 KOL Insights and Express News!",
  "version": "0.1.17",
  "manifest_version": 3,
  "name": "BlockExpress",
  "options_page": "options.html",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "permissions": [
    "storage",
    "identity",
    "identity.email"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png",
        "injectPlugin.bundle.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*",
        "file://*/*"
      ]
    }
  ]
}