activeCollab Notifications

activeCollab Notifications

Brings some of the great activeCollab features, right into your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "activeCollab Notifications",
  "description": "Brings some of the great activeCollab features, right into your browser.",
  "version": "1.0.4",
  "permissions": [
    "http://*/",
    "https://*/",
    "tabs",
    "notifications"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "background": {
    "scripts": [
      "core/js/jquery.js",
      "js/browser.js",
      "core/js/core.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_title": "activeCollab Notifications",
    "default_icon": {
      "19": "images/button-icon.png",
      "38": "images/[email protected]"
    },
    "default_popup": "core/pages/popup.html"
  },
  "options_page": "core/pages/options.html",
  "icons": {
    "16": "core/images/extension-icon-16x16.png",
    "48": "core/images/extension-icon-48x48.png",
    "128": "core/images/extension-icon-128x128.png"
  }
}