Examine source code of Match 3

Inspect and view changes in Match 3 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": "Match 3",
  "description": "Match 3 is a fun and entertaining matching game for all the family!",
  "version": "1.2.0",
  "manifest_version": 3,
  "app": {
    "launch": {
      "web_url": "https://www.match3-online.com"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "content_security_policy": {}
}