Everzippy

Everzippy

Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Everzippy",
  "author": "Mintware Ventures Pvt. Ltd.",
  "version": "3.0",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "description": "Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.",
  "homepage_url": "https://app.everzippy.com/",
  "background": {
    "scripts": [
      "background-script.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "https://*.everzippy.com/*"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "desktopCapture"
  ],
  "web_accessible_resources": [
    "icon128.png"
  ]
}