Examine source code of Tic Tac Toe Online Free Game

Inspect and view changes in Tic Tac Toe Online Free 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",
  "manifest_version": 3,
  "name": "Tic Tac Toe Online Free Game",
  "version": "10.0",
  "description": "Try your luck against 12 animated opponents in this completely free Tic Tac Toe game that players of all ages know and love.",
  "action": {
    "default_icon": "logo-128.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "sw.js"
  },
  "icons": {
    "128": "logo-128.png"
  },
  "offline_enabled": false,
  "permissions": [
    "storage",
    "notifications",
    "alarms"
  ]
}