Squad - Screen Share

Squad - Screen Share

Capture full-screen or specific application's screen on any HTTPs domain!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Squad - Screen Share",
  "author": "Digivox",
  "version": "1.2",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "description": "Capture full-screen or specific application's screen on any HTTPs domain!",
  "homepage_url": "https://squad.us",
  "background": {
    "scripts": [
      "background-script.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "js": [
        "content-script.js"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "matches": [
        "https://*.citrussquad.com/*",
        "https://*.squad.us/*",
        "https://ucpro.algartelecom.com.br/*"
      ]
    }
  ],
  "icons": {
    "48": "icon48.png"
  },
  "permissions": [
    "desktopCapture"
  ],
  "web_accessible_resources": [
    "icon.png"
  ]
}