Examine source code of Back to Candyland

Inspect and view changes in Back to Candyland 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": "__MSG_appName__",
  "short_name": "BackToCandyland",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "2.0.2",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "https://www.google-analytics.com/",
    "storage"
  ],
  "offline_enabled": true,
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  }
}