Examine source code of Slideshow

Inspect and view changes in Slideshow 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": "Slideshow",
  "version": "1.3.1",
  "description": "Simple HTML5 slideshow app.",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "slideshow-16.png",
    "32": "slideshow-32.png",
    "128": "slideshow-128.png"
  },
  "author": {
    "name": "Sven Neumann",
    "email": "killroy@gmail.com",
    "website": "http://killroy.org/"
  }
}