Notify-Me for Zendesk

Notify-Me for Zendesk

Real time Zendesk Ticket Notifications

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Notify-Me for Zendesk",
  "description": "Real time Zendesk Ticket Notifications",
  "version": "2.0.21",
  "content_security_policy": "script-src 'unsafe-eval' 'self' https://www.google-analytics.com https://ssl.google-analytics.com/ga.js https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js https://api.mixpanel.com chrome-extension://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js; object-src 'self'",
  "permissions": [
    "notifications",
    "https://*.zendesk.com/",
    "storage",
    "tabs"
  ],
  "icons": {
    "16": "logo_smallNEW.png",
    "48": "logo_smallNEW.png",
    "128": "logo_smallNEW.png"
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "logo_smallNEW.png"
  },
  "manifest_version": 2,
  "background": {
    "scripts": [
      "axios.min.js",
      "background.js"
    ]
  }
}