INIS IRP/GNIB lite plus

INIS IRP/GNIB lite plus

Check the Availability of INIS Appointment more simple

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "INIS IRP/GNIB lite plus",
  "version": "6.1",
  "description": "Check the Availability of INIS Appointment more simple ",
  "permissions": [
    "activeTab",
    "storage",
    "https://burghquayregistrationoffice.inis.gov.ie/Website/AMSREG/AMSRegWeb.nsf/AppSelect?OpenForm",
    "https://burghquayregistrationoffice.inis.gov.ie/Website/AMSREG/AMSRegWeb.nsf/AppSelect?OpenForm#"
  ],
  "background": {
    "scripts": [
      "glue.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://burghquayregistrationoffice.inis.gov.ie/Website/AMSREG/AMSRegWeb.nsf/AppSelect?OpenForm",
        "https://burghquayregistrationoffice.inis.gov.ie/Website/AMSREG/AMSRegWeb.nsf/AppSelect?OpenForm#"
      ],
      "js": [
        "jquery.min.js",
        "bootstrap.min.js",
        "Injection.js",
        "PageInjection.js",
        "Wrapper.js",
        "SavingFunction.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "img/inisReg.png",
    "default_title": "INIS IRP/GNIB lite plus"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'; object-src 'self'"
}