NetU WebMeeting

NetU WebMeeting

Share your screen and co browse with NetU WebMeeting

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "8.3",
  "name": "NetU WebMeeting",
  "short_name": "NetU WebMeeting",
  "description": "Share your screen and co browse with NetU WebMeeting",
  "author": "NetU",
  "icons": {
    "16": "icon16.png",
    "19": "icon19.png",
    "38": "icon38.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": {
      "16": "icon16.png",
      "19": "icon19.png",
      "38": "icon38.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_title": "Send page link to others participants"
  },
  "permissions": [
    "desktopCapture",
    "tabs"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.netu.com.cy/*"
    ]
  }
}