linkchat Screen Sharing & Calendar Add-on

linkchat Screen Sharing & Calendar Add-on

Share your computer screen with others in online audio or video conference

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "linkchat.io",
  "short_name": "__MSG_appName__",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.24.0",
  "manifest_version": 2,
  "minimum_chrome_version": "47",
  "offline_enabled": true,
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_popupTitle__"
  },
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "js": [
        "js/content-script.js"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "matches": [
        "https://linkchat.io/*",
        "https://*.linkchat.io/*",
        "https://*.linkchat.ru/*",
        "https://*.linkchat.uz/*"
      ]
    }
  ],
  "icons": {
    "16": "images/icon-16x16.png",
    "48": "images/icon-48x48.png",
    "128": "images/icon-128x128.png"
  },
  "permissions": [
    "desktopCapture",
    "tabs",
    "https://linkchat.io/*",
    "https://*.linkchat.io/*",
    "https://linkchat.ru/*",
    "https://*.linkchat.ru/*",
    "https://linkchat.uz/*",
    "https://*.linkchat.uz/*"
  ],
  "web_accessible_resources": [
    "icon.png"
  ]
}