Cowin Quick Book

Cowin Quick Book

Quick Book at Cowin be ahead of others

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cowin Quick Book",
  "options_page": "options.html",
  "description": "Quick Book at Cowin be ahead of others",
  "version": "1.4",
  "icons": {
    "16": "icons/brt-logo16.png",
    "48": "icons/brt-logo48.png",
    "96": "icons/brt-logo96.png",
    "128": "icons/brt-logo128.png"
  },
  "permissions": [
    "https://selfregistration.cowin.gov.in/*",
    "storage"
  ],
  "browser_action": {
    "default_title": "Change the Options",
    "default_popup": "options.html"
  },
  "manifest_version": 2,
  "content_scripts": [
    {
      "run_at": "document_end",
      "all_frames": false,
      "matches": [
        "https://selfregistration.cowin.gov.in/*"
      ],
      "css": [
        "jqueryui/jquery-ui.css",
        "js/slidenavi/sidenavi-right.css",
        "main.css",
        "js/bootstrap-switch-master/dist/css/bootstrap3/bootstrap-switch.min.css",
        "js/chosen/chosen.min.css",
        "js/harshen-jquery-countdownTimer/CSS/jquery.countdownTimer.css"
      ],
      "js": [
        "jquery-2.1.4.min.js",
        "jqueryui/jquery-ui.min.js",
        "js/chosen/chosen.jquery.min.js",
        "js/jquery.cookie.js",
        "jqueryui/jquery-ui.min.js",
        "js/slidenavi/SideNavi.js",
        "client_server_common.js",
        "user-selections.js",
        "js/jquery.countdown.min.js",
        "js/bootstrap-switch-master/dist/js/bootstrap-switch.min.js",
        "js/harshen-jquery-countdownTimer/jquery.countdownTimer.min.js",
        "common.js",
        "myscript.js",
        "injected/catcherror.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "options.html",
    "terms.html",
    "js/custom_injected.js",
    "injected/injected-set-file-false.js",
    "injected/injected1.js",
    "injected/timer.js",
    "resource/jquery.min.js"
  ]
}