Pooscan

Pooscan

A simple action that will work from poocoin.com that launches the crypto token address through the most common safu scanners.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pooscan",
  "version": "1.1",
  "description": "A simple action that will work from poocoin.com that launches the crypto token address through the most common safu scanners.",
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "options.html",
  "action": {
    "default_icon": "icon_128.png"
  },
  "permissions": [
    "tabs",
    "declarativeContent",
    "storage"
  ],
  "icons": {
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "manifest_version": 3
}