Inspect and view changes in Colorful Tic-Tac-Toe 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
{
"manifest_version": 2,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "3.0.0",
"icons": {
"128": "game/images/icon_128.png"
},
"background": {
"page": "template/background.html",
"persistent": false
},
"browser_action": {
"default_icon": "game/images/icon.png",
"default_popup": "template/popup.html"
},
"externally_connectable": {
"ids": [
"*"
],
"matches": [
"https://*.playtcubed.com/*",
"http://*.playtcubed.com/*",
"https://*.tcubedstudios.com/*",
"http://*.tcubedstudios.com/*"
]
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}