Seetok Screen Capture

Seetok Screen Capture

Allows you to capture your desktop for use in video applications

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Seetok Screen Capture",
  "description": "Allows you to capture your desktop for use in video applications",
  "version": "0.1.1",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "background": {
    "scripts": [
      "extension.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://6212ed348350.ngrok.io/*",
      "*://seetok-dev.web.app/*",
      "*://seetok.co/*",
      "*://see-tok.web.app/*"
    ]
  },
  "permissions": [
    "desktopCapture",
    "tabs"
  ]
}