Moonbounce

Moonbounce

Enter the Multiplayer Internet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Moonbounce",
  "description": "Enter the Multiplayer Internet",
  "version": "0.23.15",
  "version_name": "0.23.15",
  "icons": {
    "16": "[email protected]",
    "32": "[email protected]",
    "48": "[email protected]",
    "64": "[email protected]",
    "128": "[email protected]"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "action": {
    "default_icon": {
      "16": "[email protected]",
      "32": "[email protected]",
      "48": "[email protected]",
      "64": "[email protected]",
      "128": "[email protected]"
    }
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.index.ts-aa2983f8-2f49b316.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "permissions": [
    "storage",
    "activeTab",
    "notifications",
    "declarativeNetRequest",
    "alarms"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.getmoonbounce.com/*",
      "*://getmoonbounce.com/*",
      "*://*.moonbounce.gg/*",
      "*://moonbounce.gg/*",
      "*://*.moonbounce.xyz/*",
      "*://moonbounce.xyz/*",
      "*://*.moonbounce.social/*",
      "*://moonbounce.social/*"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/servers-0295e06d.js",
        "assets/index.ts-aa2983f8.js"
      ],
      "use_dynamic_url": true
    }
  ]
}