Examine source code of Color Matcher Puzzle Game

Inspect and view changes in Color Matcher Puzzle Game 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": "Color Matcher Puzzle Game",
  "description": "A Casual Color Matching Puzzle Game",
  "author": "Serdar Çivi",
  "version": "1.1.0",
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "script-src 'self' ; object-src 'self'"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "icons/Icon-192.png",
    "default_title": "Color Matcher Puzzle Game"
  },
  "icons": {
    "128": "icons/Icon-192.png"
  }
}