E-Guru Screen CAPTURING By CONNECTIX

E-Guru Screen CAPTURING By CONNECTIX

CONNECTIX SCREEN CAPTURING

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "E-Guru Screen CAPTURING By CONNECTIX",
  "author": "E-Guru By CONNECTIX",
  "version": "0.3",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "description": "CONNECTIX SCREEN CAPTURING",
  "homepage_url": "https://eguru.wellmet.in/getScreenId/",
  "background": {
    "scripts": [
      "background-script.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "js": [
        "content-script.js"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "matches": [
        "*://eguru.wellmet.in/*"
      ]
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "desktopCapture"
  ],
  "web_accessible_resources": [
    "icon.png"
  ]
}