NextPlane nCore Desktop Sharing

NextPlane nCore Desktop Sharing

nCore screen capturing Google Chrome extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NextPlane nCore Desktop Sharing",
  "author": "Muaz Khan",
  "version": "3.3.7",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "description": "nCore screen capturing Google Chrome extension",
  "homepage_url": "http://nextplane.net",
  "background": {
    "scripts": [
      "background-script.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "js": [
        "content-script.js"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "desktopCapture"
  ],
  "web_accessible_resources": [
    "icon.png"
  ]
}