Pocket Universe

Protects your assets from scams.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.5.2",
  "author": "justinphu",
  "name": "Pocket Universe",
  "description": "Protects your assets from scams.",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "scripting",
    "storage",
    "declarativeNetRequest",
    "webRequest"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "extract_token_address.c16d6baa.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "hostname_check.fd55cc53.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "metamask_methods.edd5c0df.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*.pocketuniverse.app/*"
      ],
      "js": [
        "relay_website.95a5d892.js"
      ],
      "run_at": "document_start",
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "requests.6fa54e5f.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "https://twitter.com/*",
        "https://x.com/*"
      ],
      "js": [
        "twitterfeed.fd79f6f4.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "https://dexscreener.com/*",
        "https://photon-sol.tinyastro.io/*",
        "https://pump.fun/*",
        "https://birdeye.so/*",
        "https://bullx.io/*"
      ],
      "js": [
        "rug_overlay.f89e3fac.js"
      ],
      "run_at": "document_start",
      "css": []
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "disallow_request_outside_of_extension",
        "enabled": true,
        "path": "disallow_request_outside_of_extension_rule.4ea9031c.json"
      }
    ]
  },
  "host_permissions": [
    "file://*/*",
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://x.com/*"
      ],
      "resources": [
        "twitterfeed.93a5d608.png",
        "twitterfeed.678e224e.css"
      ]
    },
    {
      "matches": [
        "https://dexscreener.com/*",
        "https://photon-sol.tinyastro.io/*",
        "https://pump.fun/*",
        "https://birdeye.so/*",
        "https://bullx.io/*"
      ],
      "resources": [
        "rug_overlay.c156fd22.svg",
        "rug_overlay.43a02c27.svg",
        "rug_overlay.16453ff7.svg",
        "rug_overlay.9ca29046.svg",
        "rug_overlay.a9a0e98e.svg",
        "rug_overlay.c52c6a9f.svg",
        "rug_overlay.1df78732.svg",
        "rug_overlay.0164a03d.svg"
      ]
    }
  ]
}