Examine source code of Qlipe

Inspect and view changes in Qlipe 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": "Qlipe",
  "description": "Qlipe Chrome app",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "version": "1.11",
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "icons": {
    "16": "Qlipe-16.png",
    "128": "Qlipe-128.png"
  },
  "permissions": [
    "http://www.qlipe.com/",
    "notifications"
  ],
  "web_accessible_resources": [
    "Qlipe-48.png"
  ]
}