GeoClerk - Spatial Lookup

GeoClerk - Spatial Lookup

Search GeoClerk from existing mapping tools

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "GeoClerk - Spatial Lookup",
  "description": "Search GeoClerk from existing mapping tools",
  "version": "0.7",
  "icons": {
    "128": "icon.png"
  },
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "https://geoview.dmp.wa.gov.au/geoview/*",
        "https://minview.geoscience.nsw.gov.au/*",
        "https://georesglobe.information.qld.gov.au/*",
        "https://strike.nt.gov.au/*",
        "https://gsv.vic.gov.au/sd_weave/*",
        "https://www.saismic.com.au/home/*",
        "https://saismic.com.au/home/*",
        "https://map.sarig.sa.gov.au/*",
        "https://nopimsmaps.dmp.wa.gov.au/nopimsmaps/*",
        "https://portal.ga.gov.au/*",
        "https://maps.gov.bc.ca/*",
        "https://mndm.maps.arcgis.com/*",
        "https://gisappl.saskatchewan.ca/*",
        "https://sigeom.mines.gouv.qc.ca/signet/classes/I1108_afchCarteIntr*",
        "https://map.juniormininghub.com/map*"
      ],
      "exclude_globs": [
        "*disclaimer.html"
      ],
      "all_frames": true,
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "scripts/*.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}