Resgrid Responder

Resgrid Responder

Resgrid Responder is a logistics, communication & management system for First Responders ie fire departments, EMS, CERT, SAR & more)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Resgrid Responder",
  "short_name": "Resgrid Responder",
  "description": "Resgrid Responder is a logistics, communication & management system for First Responders ie fire departments, EMS, CERT, SAR & more)",
  "version": "4.2",
  "manifest_version": 2,
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "chromeMain.js"
      ]
    }
  },
  "permissions": [
    "notifications",
    "storage",
    "clipboardWrite",
    "https://api.resgrid.com/*",
    "https://maps.googleapis.com/*",
    "https://d37gvrvc0wt4s1.cloudfront.net/*"
  ]
}