atheneaX Screensharing

atheneaX Screensharing

Extension to allow you screen sharing in atheneaX rooms.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "name": "__MSG_name__",
  "permissions": [
    "desktopCapture"
  ],
  "short_name": "__MSG_short_name__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.0.2",
  "background": {
    "persistent": true,
    "scripts": [
      "script.js"
    ]
  },
  "description": "__MSG_description__",
  "externally_connectable": {
    "matches": [
      "https://*.atheneax.com/*"
    ]
  },
  "icons": {
    "16": "atheneax_transparency_16.png",
    "48": "atheneax_transparency_48.png",
    "128": "atheneax_transparency_128.png"
  },
  "browser_action": {
    "default_icon": "atheneax_transparency_16.png"
  },
  "default_locale": "en"
}