CareStack

CareStack

Helps you to capture issues and effectively report them to CareStack Support

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CareStack",
  "description": "Helps you to capture issues and effectively report them to CareStack Support",
  "version": "1.0.7",
  "manifest_version": 3,
  "background": {
    "service_worker": "./static/js/content.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "./index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.carestackqa.com/*",
      "*://*.carestack.com/*",
      "*://*.carestack.sg/*",
      "*://*.carestack.au/*",
      "*://*.carestack.uk/*"
    ]
  },
  "permissions": [
    "activeTab",
    "scripting",
    "tabs",
    "webRequest",
    "debugger",
    "cookies",
    "storage",
    "system.cpu",
    "system.memory"
  ],
  "action": {
    "default_title": "CareStack"
  },
  "icons": {
    "16": "./assets/brand.png",
    "32": "./assets/brand.png",
    "48": "./assets/brand.png",
    "128": "./assets/brand.png"
  },
  "host_permissions": [
    "<all_urls>"
  ]
}