Screen Recorder with Webcam + Video Editor

Screen Recorder with Webcam + Video Editor

Screen recorder & desktop capture tool. Record a video, presentation, open a front camera, or a window. Edit, download, and share.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Screen Recorder with Webcam + Video Editor",
  "version": "1.2.7",
  "description": "Screen recorder & desktop capture tool. Record a video, presentation, open a front camera, or a window. Edit, download, and share.",
  "manifest_version": 3,
  "default_locale": "en",
  "oauth2": {
    "client_id": "594740879768-2jomgp6obf4tm4gbuhvj7l9gf720doit.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive.appdata",
      "https://www.googleapis.com/auth/drive.file",
      "https://www.googleapis.com/auth/drive.addons.metadata.readonly"
    ]
  },
  "icons": {
    "16": "/assets/images/edzippLoderIcon.png",
    "48": "/assets/images/edzippLoderIcon.png",
    "128": "/assets/images/edzippLoderIcon.png"
  },
  "author": "Appsmartz",
  "host_permissions": [
    "*://*/*",
    "<all_urls>",
    "https://appscreenrecorder.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "html/popup.html",
        "html/videoeditor.html",
        "html/camera.html",
        "html/camera1.html",
        "html/sources.html",
        "html/settings.html",
        "js/content.js",
        "js/libraries/ffmpeg.js",
        "css/content.css",
        "assets/images/*",
        "js/sources.js",
        "js/cameracontent.js",
        "css/cameracontent.css",
        "js/libraries/plyr.min.js",
        "js/libraries/StreamSaver.min.js",
        "css/libraries/plyr.min.css",
        "js/audiosources.js",
        "html/audiosources.html",
        "html/display.html",
        "js/jquery.min.js",
        "js/desktop.js",
        "html/index.html",
        "html/recording.html"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl + Shift + 4",
        "mac": "Shift+MacCtrl+G"
      },
      "description": "Start the extension"
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "downloads",
    "storage",
    "identity",
    "downloads.shelf",
    "scripting",
    "unlimitedStorage",
    "cookies",
    "https://www.googleapis.com/auth/drive"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self'  https://appscreenrecorder.com/*  https://admin.appscreenrecorder.com/* https://*.firebaseio.com https://*.firebasedatabase.app https://www.googleapis.com"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>",
        "https://appscreenrecorder.com/*"
      ],
      "css": [
        "scss/main.css"
      ],
      "js": [
        "js/detect.js"
      ],
      "all_frames": false
    },
    {
      "matches": [
        "*://mail.google.com/*"
      ],
      "js": [
        "js/compose.js"
      ],
      "all_frames": true
    }
  ],
  "action": {
    "default_popup": "html/index.html",
    "default_title": "Appscreenrecoder"
  },
  "externally_connectable": {
    "matches": [
      "https://admin.appscreenrecorder.com/*",
      "http://localhost:3000/*",
      "https://appscreenrecorder.com/*",
      "https://appscreenrecorder.com/*"
    ]
  }
}