PocketUniverse

PocketUniverse

We protect your web3 assets.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.e7bcd3ac.png",
    "32": "icon32.plasmo.ce39377b.png",
    "48": "icon48.plasmo.3c17e113.png",
    "64": "icon64.plasmo.df317abe.png",
    "128": "icon128.plasmo.6a4310c5.png"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "16": "icon16.plasmo.e7bcd3ac.png",
      "32": "icon32.plasmo.ce39377b.png",
      "48": "icon48.plasmo.3c17e113.png",
      "64": "icon64.plasmo.df317abe.png",
      "128": "icon128.plasmo.6a4310c5.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.3.13",
  "author": "justinphu",
  "name": "Pocket Universe",
  "description": "Protects your assets from scams.",
  "background": {
    "scripts": [
      "static/background/index.js"
    ],
    "persistent": true
  },
  "permissions": [
    "scripting",
    "storage",
    "declarativeNetRequest",
    "webRequest",
    "file://*/*",
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "hostname_check.4db9f5a2.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "metamask_methods.dcf6a9be.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*.pocketuniverse.app/*"
      ],
      "js": [
        "relay_website.0d524745.js"
      ],
      "run_at": "document_start",
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "requests.72f32e68.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "skip.4edd75be.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://twitter.com/*"
      ],
      "js": [
        "twitterfeed.e58ec983.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "inject.firefox.a22ff9fb.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "css": []
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "disallow_request_outside_of_extension",
        "enabled": true,
        "path": "noop_rule.b5f2bc92.json"
      }
    ]
  },
  "web_accessible_resources": [
    "twitterfeed.28fde709.png",
    "twitterfeed.75d08030.css",
    "inject.08840fc6.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}