Examine source code of Gacha Life 2

Inspect and view changes in Gacha Life 2 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
{
  "browser_action": {
    "default_icon": {
      "16": "logo_128.png",
      "32": "logo_128.png",
      "48": "logo_128.png",
      "128": "logo_128.png"
    },
    "default_popup": "index.html"
  },
  "description": "Download Gacha Life 2 and Play Online. Enjoy your favourite game apk online for free.",
  "icons": {
    "16": "logo_128.png",
    "32": "logo_128.png",
    "48": "logo_128.png",
    "128": "logo_128.png"
  },
  "manifest_version": 2,
  "name": "Gacha Life 2",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0"
}