Bharat Vaccine Slot Enhancer COVID - 19

Bharat Vaccine Slot Enhancer COVID - 19

Get Audio Alerts on open vaccination slots and rearrange the vaccine centres on the basis of their open slots.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bharat Vaccine Slot Enhancer COVID - 19",
  "description": "Get Audio Alerts on open vaccination slots and rearrange the vaccine centres on the basis of their open slots.",
  "version": "1.2",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "js": [
        "js/myscript.js"
      ],
      "matches": [
        "https://selfregistration.cowin.gov.in/appointment"
      ]
    }
  ],
  "permissions": [
    "storage",
    "*://selfregistration.cowin.gov.in/appointment"
  ],
  "background": {
    "persistent": true,
    "scripts": [
      "js/jquery.js",
      "js/background.js"
    ]
  }
}