Send to ccGenie

Send to ccGenie

Send the page you're on to any ccGenie Room in just two clicks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Send to ccGenie",
  "description": "Send the page you're on to any ccGenie Room in just two clicks.",
  "version": "0.0.7",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "128": "icon_128x128.png"
  },
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_title": "Send to ccGenie",
    "default_icon": "icon_16x16.png"
  },
  "manifest_version": 2
}