IIT Kharagpur TnP/CDC Extension

IIT Kharagpur TnP/CDC Extension

Stay updated with all latest notices from CDC Notice Board

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "IIT Kharagpur TnP/CDC Extension",
  "version": "0.0.5",
  "manifest_version": 2,
  "author": "Abhinav Gupta",
  "description": "Stay updated with all latest notices from CDC Notice Board",
  "homepage_url": "https://tinyurl.com/linkinstantly",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "src/bg/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "CDC Notice Board",
    "default_popup": "browser_action/browser_action.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "notifications",
    "http://tp.iitkgp.ernet.in/notice/"
  ]
}