Mojo Helpdesk Notifier

Mojo Helpdesk Notifier

Mojo Helpdesk Notifier notifies you of new tickets and messages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Mojo Helpdesk Notifier",
  "version": "1.0.0.7",
  "browser_action": {
    "default_icon": "popup.png",
    "default_popup": "options.html?d=0",
    "default_title": ""
  },
  "description": "Mojo Helpdesk Notifier notifies you of new tickets and messages.",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [
    "tabs",
    "notifications",
    "http://*/"
  ],
  "options_page": "options.html?d=1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "new.png",
    "comment.png",
    "sound.ogg",
    "ajaxloader.gif"
  ]
}