Turacoon Screen Sharing

Turacoon Screen Sharing

This Chrome extension is developed primary for https://turacoon.com/. It doesn't do anything except capture content of your screen.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Turacoon Screen Sharing",
  "author": "Turacoon, Inc. / Hayreddin Tüzel",
  "version": "0.0.2",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "description": "This Chrome extension is developed primary for https://turacoon.com/. It doesn't do anything except capture content of your screen.",
  "homepage_url": "https://turacoon.com/",
  "background": {
    "scripts": [
      "background-script.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "https://www.turacoon.com/*",
      "http://www.turacoon.com/*",
      "https://homestead.test/*"
    ]
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "permissions": [
    "desktopCapture"
  ],
  "web_accessible_resources": [
    "icon.png"
  ]
}