Microsoft Bing Vaccine Finder

Microsoft Bing Vaccine Finder

Check your nearest COVID-19 vaccination center and slots availability in India

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "./scripts/ping.js",
      "./scripts/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/16x16.png"
    },
    "default_popup": "background.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_ExtnDescription__",
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_ExtnName__",
  "permissions": [
    "http://g.ceipmsn.com/*",
    "https://*.bing.com/*",
    "https://*.microsoft.com/*",
    "https://*.google.com/*",
    "cookies",
    "notifications",
    "storage"
  ],
  "short_name": "__MSG_ExtnName__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0.2"
}