Examine source code of Marble Cheesecake

Inspect and view changes in Marble Cheesecake 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": "Marble Cheesecake",
  "description": "Are you a good cook? Marble cheesecake is a cooking game where you will be able to learn how to cook your own tasty cheesecake!",
  "version": "1.1",
  "manifest_version": 2,
  "icons": {
    "128": "Cooking_icon.png"
  },
  "app": {
    "urls": [
      "http://playtomax.com/games/marble_cheesecake/chrome_store.html"
    ],
    "launch": {
      "web_url": "http://playtomax.com/games/marble_cheesecake/chrome_store.html"
    }
  }
}