Cradle

Cradle

A Crypto Wallet for Gamers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.00ac8b83.png",
    "32": "icon32.plasmo.9ad0c5b6.png",
    "48": "icon48.plasmo.cae3a6b3.png",
    "64": "icon64.plasmo.e4b604fc.png",
    "128": "icon128.plasmo.b89b7dfa.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.00ac8b83.png",
      "32": "icon32.plasmo.9ad0c5b6.png",
      "48": "icon48.plasmo.cae3a6b3.png",
      "64": "icon64.plasmo.e4b604fc.png",
      "128": "icon128.plasmo.b89b7dfa.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.1.5",
  "author": "Cradle Technologies",
  "name": "Cradle",
  "description": "A Crypto Wallet for Gamers",
  "permissions": [
    "storage",
    "tabs",
    "declarativeNetRequest",
    "*://*.pixels.xyz/*",
    "cookies"
  ],
  "background": {
    "service_worker": "background.5fadff2f.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "inject.4f2729a6.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "relays.a6e1463d.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*.youtube.com/*",
        "https://youtube.com/*"
      ],
      "js": [
        "youtube.19f78e35.js"
      ],
      "run_at": "document_end",
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "providerMiddleware.0a421293.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "https://*.pixels.online/*",
        "https://*.play.pixels.xyz/*"
      ],
      "js": [
        "pixels.36bcec63.js"
      ],
      "run_at": "document_end",
      "all_frames": true,
      "css": []
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "requestRules.23c03567.json"
      }
    ]
  },
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "initialize.080ecab6.js"
      ]
    }
  ]
}