Examine source code of Stupid Ball Game

Inspect and view changes in Stupid Ball 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": "Stupid Ball Game",
  "description": "Push all balls outside the box ASAP to win the game. Good Luck & Have Fun",
  "version": "3.14",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "sbg_16.png",
    "128": "sbg_128.png"
  }
}