USAVisaSlot

USAVisaSlot

Booking USA visa appointment made easy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "USAVisaSlot",
  "version": "0.9",
  "description": "Booking USA visa appointment made easy.",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage"
  ],
  "action": {
    "default_title": "USAVisaSlot \nBooking USA visa appointment made easy."
  },
  "icons": {
    "16": "/assets/logo16.png",
    "32": "/assets/logo32.png",
    "128": "/assets/logo128.png",
    "192": "/assets/logo192.png",
    "512": "/assets/logo512.png"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://portal.ustraveldocs.com/*",
        "https://cgifederal.secure.force.com/applicanthome",
        "https://cgifederal.secure.force.com/ApplicantHome",
        "https://cgifederal.secure.force.com/scheduleappointment",
        "https://www.usavisaslot.com/*",
        "https://atlas.my.salesforce-sites.com/*"
      ],
      "js": [
        "html2canvas.js",
        "content_script.js"
      ]
    }
  ]
}