Record

Record

Easy to use Screen Recorder

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Record",
  "short_name": "record-extension",
  "version": "1.0.4",
  "description": "Easy to use Screen Recorder",
  "icons": {
    "16": "icon.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu81N2IJN3EPpcOA1XT/9XoP3JN/gGB6RzD5Q8bWx9L4mdl1fjqJsqtPjHtNVFm33eKtBryXKUPm9FC1BfFpnq6vVMYg1zM97PrqBjsqwQcHEP9jyuKttq34/Ad4dYFqn8BlKvHt+9yll/wMPok8rGwurZLJ05JBoH8Z+VtQpVjVHOWlFrJR4Sb1KkLzVG8hBAXbhrWHJFJDbJFoJbVgL9vPQplwajFCTqTQk4xPYle5/uMOZua6NSI/wijZqmV0N/PvHk+9wPX4vZLhFqdDNFIUtsaGe4Rj4iaMWAzMgxmW2888qGhw63013BhtR386oz55I89dsx+4L5ZIJfA93WQIDAQAB",
  "permissions": [
    "identity",
    "identity.email",
    "storage",
    "tabs",
    "management",
    "system.display"
  ],
  "action": {},
  "web_accessible_resources": [
    {
      "resources": [
        "script_injector.html",
        "script2.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "new-content.js"
      ]
    }
  ],
  "oauth2": {
    "client_id": "698576814395-lo605i805nbjrbv319agb4jtdgq1213t.apps.googleusercontent.com",
    "scopes": [
      "profile",
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/drive"
    ]
  }
}