Nepal Load Shedding Schedule

Nepal Load Shedding Schedule

Google Chrome app to view Nepal Load Shedding Schedule

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Nepal Load Shedding Schedule",
  "version": "2.7",
  "manifest_version": 2,
  "description": "Google Chrome app to view Nepal Load Shedding Schedule",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon16.png",
    "default_title": "View Load Shedding Schedule",
    "default_popup": "popup.html"
  },
  "homepage_url": "http://sul4bh.wordpress.com",
  "permissions": [
    "http://*/*",
    "storage"
  ]
}