Examine source code of moomoo.io crash free

Inspect and view changes in moomoo.io crash free 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",
  "name": "moomoo.io crash free ",
  "version": "1.1",
  "manifest_version": 3,
  "permissions": [],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "img/16pixels.png",
    "64": "img/64pixels.png",
    "128": "img/128pixels.png"
  },
  "action": {
    "default_popup": "popup.html"
  }
}