SuperVideos - Webcam & Screen Recorder

SuperVideos - Webcam & Screen Recorder

Get the latest tech for prospecting, sales, and marketing. With features like interactive videos, video quizzes, and videos in…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SuperVideos - Webcam & Screen Recorder",
  "version": "1.0.2",
  "manifest_version": 3,
  "icons": {
    "16": "/images/logo-16x16.png",
    "32": "/images/logo-32x32.png",
    "48": "/images/logo-48x48.png",
    "72": "/images/logo-72x72.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "webNavigation",
    "cookies",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "/popup/index.html",
    "default_title": "Open the popup"
  },
  "background": {
    "service_worker": "/background/background.js",
    "type": "module"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; default-src 'self' https://storage.googleapis.com/ https://micro1.roundvue.com/ https://micro1.roundview.io/ https://micro4.roundview.io/; frame-src 'self'; style-src 'self' https://fonts.googleapis.com 'unsafe-inline'; font-src 'self' https://fonts.gstatic.com https://fonts.googleapis.com"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "html/*",
        "images/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "js": [
        "/content/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    },
    {
      "matches": [
        "https://mail.google.com/*",
        "https://inbox.google.com/*"
      ],
      "js": [
        "/gmail/gmail.js"
      ],
      "run_at": "document_end"
    }
  ]
}