ZendeskSupportNotifications

ZendeskSupportNotifications

Notifies about new and updated tickets in Zendesk

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ZendeskSupportNotifications",
  "version": "1.3.2",
  "manifest_version": 2,
  "description": "Notifies about new and updated tickets in Zendesk",
  "permissions": [
    "notifications",
    "http://*.zendesk.com/",
    "https://*.zendesk.com/"
  ],
  "background": {
    "page": "bg.html",
    "persistent": true
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "lgpl/48.png",
    "default_title": "Support Notifications",
    "default_popup": "master_password.html"
  },
  "icons": {
    "16": "lgpl/16.png",
    "48": "lgpl/48.png",
    "128": "lgpl/128.png"
  },
  "web_accessible_resources": [
    "lgpl/48.png"
  ]
}