TeleMost Screen Sharing

TeleMost Screen Sharing

Расширение TeleMost для показа контента!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TeleMost Screen Sharing",
  "author": "mytelemost.ru",
  "version": "2.2",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "description": "Расширение TeleMost для показа контента!",
  "homepage_url": "https://mytelemost.ru/",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "js": [
        "content-script.js"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [
    "desktopCapture",
    "tabs",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "48.png"
  ]
}