EdZipp - Education Screen Video Recorder

EdZipp - Education Screen Video Recorder

Your dependable Chrome screen video recorder - user-friendly and secure, perfect for both students and teachers.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "EdZipp - Education Screen Video Recorder",
  "version": "1.1.7",
  "description": "Your dependable Chrome screen video recorder - user-friendly and secure, perfect for both students and teachers.",
  "manifest_version": 3,
  "default_locale": "en",
  "oauth2": {
    "client_id": "947618589770-v2q8f9m0l6m5ddi85uc70dd37i3gimte.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive.appdata",
      "https://www.googleapis.com/auth/drive.file"
    ]
  },
  "icons": {
    "16": "/assets/images/16x16.png",
    "48": "/assets/images/48x48.png",
    "128": "/assets/images/128x128.png"
  },
  "author": "Appsmartz",
  "host_permissions": [
    "*://*/*",
    "<all_urls>",
    "chrome-extension://*"
  ],
  "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/StreamSaver.min.js",
        "js/audiosources.js",
        "html/audiosources.html",
        "html/display.html",
        "js/jquery.min.js",
        "js/desktop.js",
        "html/index.html"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl + Shift + 4",
        "mac": "Command + Shift + 4"
      },
      "description": "Start the extension"
    },
    "stop": {
      "suggested_key": {
        "default": "Ctrl + Shift + K",
        "mac": "Command + Shift + K"
      },
      "description": "stop"
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "downloads",
    "storage",
    "identity",
    "downloads.shelf",
    "scripting",
    "unlimitedStorage"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https://admin.edzipp.com/* https://*.firebaseio.com https://*.firebasedatabase.app https://www.googleapis.com"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "scss/main.css"
      ],
      "js": [
        "js/detect.js"
      ],
      "all_frames": false
    }
  ],
  "action": {
    "default_popup": "html/index.html",
    "default_title": "EdZipp"
  },
  "externally_connectable": {
    "matches": [
      "https://admin.edzipp.com/*",
      "http://localhost:3000/*",
      "https://edzipp.com/*"
    ]
  }
}