Halo

Halo

Gateway to the Web3 World

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "2.2.5",
  "default_locale": "en",
  "action": {
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    },
    "default_title": "Halo",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "notifications",
    "scripting",
    "system.display",
    "offscreen",
    "https://www.googletagmanager.com",
    "https://www.google-analytics.com"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self';object-src 'self'",
    "sandbox": "sandbox allow-scripts; script-src 'self' https://www.google-analytics.com https://www.googletagmanager.com; object-src 'self'"
  },
  "host_permissions": [
    "file://*/*",
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "inpage_legacy.js",
        "inpage.js",
        "inpage_app.js"
      ],
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}