Examine source code of Space Sokoban

Inspect and view changes in Space Sokoban 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": "http://clients2.google.com/service/update2/crx",
  "name": "Space Sokoban",
  "description": "Sokoban game",
  "version": "2.0",
  "app": {
    "urls": [
      "http://www.game-sokoban.com/"
    ],
    "launch": {
      "web_url": "http://www.game-sokoban.com/"
    }
  },
  "icons": {
    "128": "c128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}