Mind Myths Screen Sharing

Mind Myths Screen Sharing

Screen sharing extension for mind myths

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Mind Myths Screen Sharing",
  "author": "Playsign",
  "version": "2.0",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "description": "Screen sharing extension for mind myths",
  "homepage_url": "http://mindmyths.eu/",
  "background": {
    "scripts": [
      "background-script.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "https://mindmyths.herokuapp.com/*",
      "https://mindmythsdev.herokuapp.com/*",
      "https://mindmythsdev2.herokuapp.com/*",
      "http://localhost:9393/*"
    ]
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "permissions": [
    "desktopCapture"
  ],
  "web_accessible_resources": [
    "icon.png"
  ]
}