INIS REENTRY VISA

INIS REENTRY VISA

Check the Availability of REENTRY VISA Appointment more simpler, give you a quick glance of the available date and time

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "INIS REENTRY VISA",
  "version": "1.5",
  "description": "Check the Availability of REENTRY VISA Appointment more simpler, give you a quick glance of the available date and time",
  "permissions": [
    "activeTab",
    "https://reentryvisa.inis.gov.ie/website/INISOA/IOA.nsf/AppointmentSelection?OpenForm"
  ],
  "background": {
    "scripts": [
      "glue.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://reentryvisa.inis.gov.ie/website/INISOA/IOA.nsf/AppointmentSelection?OpenForm"
      ],
      "js": [
        "inisReentry.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "inisReg.png",
    "default_title": "INIS REENTRY VISA"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
}