Examine source code of Mancala

Inspect and view changes in Mancala 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": "Mancala",
  "version": "2.0.10",
  "description": "Play Mancala, the classic board game. Single- and online multiplayer.",
  "manifest_version": 2,
  "icons": {
    "48": "assets/40ae9af68a0b8fdc5d99e124e2216bc7.png",
    "72": "assets/4662537f5cbaf4844ab4b5966f8622c6.png",
    "96": "assets/519c8d4840b1cfa6372e3999bd5757f6.png",
    "128": "assets/01fe2c1ff61fce5118096800f3fb2b9f.png",
    "144": "assets/1fca7a16aaadcd82091b93bb92967b10.png",
    "192": "assets/ba94eef3ab648a31a44b68bc23f3ca48.png",
    "256": "assets/535b31c1b59d110e5f7e9217f6226af0.png",
    "512": "assets/d3575cf8bce4b6c44cee7f181cbd018f.png"
  },
  "permissions": [
    "webview",
    "storage",
    "<all_urls>"
  ],
  "app": {
    "background": {
      "scripts": [
        "chrome.background.js"
      ]
    }
  },
  "offline_enabled": true
}