Truww - COWIN INSTANT ALERT

Truww - COWIN INSTANT ALERT

Run this extension on the COWIN search page to get instant alerts!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Truww - COWIN INSTANT ALERT",
  "description": "Run this extension on the COWIN search page to get instant alerts!",
  "version": "1.5",
  "manifest_version": 2,
  "incognito": "spanning",
  "content_scripts": [
    {
      "matches": [
        "https://*.cowin.gov.in/*",
        "https://selfregistration.cowin.gov.in/appointment"
      ],
      "js": [
        "jquery-2.2.4.min.js",
        "background.js"
      ]
    }
  ]
}