Co-Win Slot Finder

Co-Win Slot Finder

Co-Win Slot Finder helps to find available vaccination center based on preference

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Co-Win Slot Finder",
  "version": "0.1.6",
  "description": "Co-Win Slot Finder helps to find available vaccination center based on preference",
  "permissions": [
    "notifications",
    "storage"
  ],
  "icons": {
    "32": "assets/icon32.png"
  },
  "browser_action": {
    "default-icon": "assets/icon32.png",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "background.js",
      "runtime.js"
    ],
    "persistent": true
  }
}