Check US Visa Slots

Check US Visa Slots

This checkvisaslots.com's extension will provide access to check & share the US visa slots availability.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Check US Visa Slots",
  "description": "This checkvisaslots.com's extension will provide access to check & share the US visa slots availability.",
  "version": "3.2",
  "homepage_url": "https://checkvisaslots.com/",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "js/sw.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/32.png",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "option.html",
    "open_in_tab": true
  },
  "icons": {
    "24": "img/24.png",
    "32": "img/32.png",
    "64": "img/64.png",
    "128": "img/128.png",
    "256": "img/256.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://portal.ustraveldocs.com/scheduleappointment",
        "https://portal.ustraveldocs.com/*pplicant*ome"
      ],
      "js": [
        "js/dom-to-image.min.js",
        "js/content.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://portal.ustraveldocs.com/"
      ],
      "js": [
        "js/content2.js"
      ],
      "css": [
        "css/content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "*://app.checkvisaslots.com/*",
    "*://checkvisaslots.com/*",
    "storage",
    "activeTab",
    "tabs"
  ],
  "web_accessible_resources": [
    "popup.html",
    "*.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a937e82e-9086-471b-923a-d84b80696c3e}"
    }
  }
}