Janakantha News Notification

Janakantha News Notification

This plug-in helps you to get news update from Janakantha

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Janakantha News Notification",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "This plug-in helps you to get news update from Janakantha",
  "homepage_url": "http://www.dailyjanakantha.com/",
  "icons": {
    "16": "images/icon_16.png",
    "19": "images/icon_19.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "options_page": "options.html",
  "browser_action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "http://*/*",
    "https://*/*"
  ]
}