CANARY Just Eat CCA Extension

CANARY Just Eat CCA Extension

Makes some changes to Zendesk to make life easier for JE agents

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CANARY Just Eat CCA Extension",
  "description": "Makes some changes to Zendesk to make life easier for JE agents",
  "version": "1.3",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "JE CCA Extension",
    "default_popup": "popup.html"
  },
  "permissions": [],
  "content_scripts": [
    {
      "run_at": "document_end",
      "css": [
        "zopim.css"
      ],
      "js": [
        "links.js"
      ],
      "matches": [
        "https://dashboard.zopim.com/*",
        "https://justeatukpoc.zendesk.com/*",
        "https://justeatukpoc1399564481.zendesk.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "links.js"
  ]
}