Examine source code of Live to Learn Web

Inspect and view changes in Live to Learn Web 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
{
  "name": "Live to Learn Web",
  "short_name": "Live to Learn",
  "description": "Programming Tutorials, Tech News, Tips n Tricks, Govt. Jobs, Examinations",
  "app": {
    "urls": [
      "http://www.livetolearn.in/"
    ],
    "launch": {
      "web_url": "http://www.livetolearn.in/?utm_source=chrome_app&utm_medium=browser&utm_campaign=chrome_app_3"
    }
  },
  "manifest_version": 2,
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "0.3",
  "icons": {
    "128": "icon.png"
  }
}