Live to Learn

Live to Learn

Keep up with the latest from LivetoLearn.in.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Live to Learn",
  "version": "0.0.2",
  "description": "Keep up with the latest from LivetoLearn.in.",
  "icons": {
    "16": "images/icon.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "homepage_url": "http://www.livetolearn.in/",
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "http://feeds.feedburner.com/livetolearn/*"
  ],
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_title": "LivetoLearn Notifier",
    "default_popup": "popup.html"
  }
}