hacksHub - 画面共有

hacksHub - 画面共有

hacksHubビデオチャットにて画面共有機能を提供します。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "hacksHub - 画面共有",
  "description": "hacksHubビデオチャットにて画面共有機能を提供します。",
  "version": "1.0.2",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "extension.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "128": "images/icon128.png"
  },
  "externally_connectable": {
    "matches": [
      "*://test.hackshub.com/*",
      "*://hackshub.com/*"
    ]
  },
  "permissions": [
    "desktopCapture"
  ]
}