Indian Covid Vaccine Slot Tracker

Indian Covid Vaccine Slot Tracker

An Application to track covid vaccine slot on Cowin.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Indian Covid Vaccine Slot Tracker",
  "version": "0.0.2",
  "description": "An Application to track covid vaccine slot on Cowin.",
  "background": {
    "persistent": true,
    "scripts": [
      "js/jquery.min.js",
      "js/background.js"
    ]
  },
  "icons": {
    "16": "./images/icon16.png",
    "48": "./images/icon48.png",
    "128": "./images/icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": "./images/icon16.png",
    "default_popup": "popup.html"
  }
}