Coconut Chrome Extension

Coconut Chrome Extension

Google Chrome extension for Coconut: the enterprise social network as found on http://coconutcenter.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "lib/jquery-1.7.1.min.js",
      "options-store.js",
      "forum/forum-background.js",
      "chat/chat-background.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon19.png",
    "default_title": "Coconut Chrome Extension"
  },
  "content_scripts": [
    {
      "matches": [
        "https://coconut.ogd.nl/*",
        "https://coconut-beta.ogd.nl/*"
      ],
      "css": [
        "css/styles.css"
      ],
      "js": [
        "lib/jquery-1.7.1.min.js",
        "lib/jquery.simplemodal-1.4.2.min.js",
        "lib/jquery.hotkeys.js",
        "keyboard/config.js",
        "options-store.js",
        "keyboard/reload-center.js",
        "keyboard/script.js",
        "keyboard/ux.js",
        "forum/markallasread.js",
        "chat/chat-extension.js"
      ]
    }
  ],
  "description": "Google Chrome extension for Coconut: the enterprise social network as found on http://coconutcenter.com",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "name": "Coconut Chrome Extension",
  "options_page": "options.html",
  "permissions": [
    "notifications",
    "tabs",
    "https://coconut.ogd.nl/*"
  ],
  "manifest_version": 2,
  "version": "0.4.3"
}