Examine source code of BoostX Beta Version

Inspect and view changes in BoostX Beta Version source codes across current and past versions
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",
  "manifest_version": 3,
  "name": "BoostX Beta Version",
  "description": "Beta",
  "version": "1.0",
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.loyalfans.com/messages/*"
      ],
      "js": [
        "js/content_script.js"
      ]
    }
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [
    "tabs",
    "https://api-test.boostx.software/*",
    "https://www.loyalfans.com/*"
  ],
  "host_permissions": [
    "https://api-test.boostx.software/*",
    "https://www.loyalfans.com/*"
  ]
}