Examine source code of Upcoming Events

Inspect and view changes in Upcoming Events 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",
  "manifest_version": 2,
  "name": "Upcoming Events",
  "short_name": "Events",
  "description": "Upcoming Events - App",
  "version": "3.2.15",
  "minimum_chrome_version": "38",
  "permissions": [
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "storage"
  ],
  "file_handlers": {
    "text": {
      "types": [
        "text/*"
      ]
    }
  },
  "app": {
    "background": {
      "scripts": [
        "js/jquery-2.1.1.js",
        "js/eventpage.js"
      ],
      "persistent": false
    }
  },
  "icons": {
    "16": "icons/icon_UE_16.png",
    "19": "icons/icon_UE_19.png",
    "48": "icons/icon_UE_48.png",
    "128": "icons/icon_UE_128.png"
  }
}