RBA Enabled Tool - v3

RBA Enabled Tool - v3

A suite of Chrome tools to assist with confirming appointments.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "action": {},
  "description": "A suite of Chrome tools to assist with confirming appointments.",
  "icons": {
    "16": "images/rba-logo-16.png",
    "48": "images/rba-logo-48.png",
    "128": "images/rba-logo-128.png"
  },
  "manifest_version": 3,
  "name": "RBA Enabled Tool - v3",
  "permissions": [
    "contextMenus",
    "scripting",
    "activeTab"
  ],
  "host_permissions": [
    "*://*.enabledplus.com/*"
  ],
  "version": "1.0.0",
  "web_accessible_resources": [
    {
      "resources": [
        "images/loading.gif"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}