Tella - Screen Video Recorder

Tella - Screen Video Recorder

The screen video recorder that makes your work look great.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "3.20",
  "manifest_version": 2,
  "permissions": [
    "desktopCapture",
    "tabCapture",
    "tabs",
    "activeTab",
    "https://*.tella.tv/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://*.tella.tv/*",
      "https://tella-git-chrome-plugin-tella.vercel.app/*",
      "*://localhost/*"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_title": "Tella",
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "web_accessible_resources": [
    "build/ExtensionPopup.bs.js",
    "build/init_ff.js",
    "build/ff.wasm",
    "build/index.css",
    "build/gmail.css",
    "font/*.*",
    "content-*.html",
    "*.png"
  ],
  "content_scripts": [
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "exclude_globs": [
        "https://*.vercel.app/chrome-extension-objecturl",
        "https://*.tella.tv/chrome-extension-objecturl",
        "http://localhost:3000/chrome-extension-objecturl"
      ],
      "js": [
        "build/ExtensionPopup.bs.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "build/ExtensionBackground.bs.js",
      "segment-snippet.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://www.tella.tv https://cdn.segment.com https://cdn.rollbar.com 'wasm-eval'; object-src 'self'"
}