Scrcast screen recorder

Scrcast screen recorder

Scrcast screen recorder - screencasting and screen recording tool. Completely free!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Scrcast screen recorder",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "__MSG_name__",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/inject.css"
      ],
      "js": [
        "inject.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https://www.google-analytics.com; object-src 'self';",
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png",
    "300": "icons/icon-300.png"
  },
  "web_accessible_resources": [
    "images/*",
    "js/*"
  ],
  "manifest_version": 2,
  "name": "__MSG_name__",
  "permissions": [
    "<all_urls>",
    "storage",
    "unlimitedStorage",
    "desktopCapture",
    "tabCapture",
    "downloads"
  ],
  "version": "1.3.0"
}