Potion - Video Prospecting Tool for Sales

Potion - Video Prospecting Tool for Sales

Instantly record and share videos to close more deals! Video emails allow you to sell faster, better and friendlier. It's FREE!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Potion - Video Prospecting Tool for Sales",
  "description": "Instantly record and share videos to close more deals! Video emails allow you to sell faster, better and friendlier. It's FREE!",
  "version": "2024.4.7998",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "js/config.js",
        "js/chrome-extension-async.js",
        "js/common-content.js",
        "js/inboxsdk.js",
        "js/content-gmail.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "js": [
        "js/config.js",
        "js/chrome-extension-async.js",
        "js/common-content.js",
        "js/content-linkedin.js"
      ],
      "css": [
        "css/main.css",
        "css/content.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "vendor/gsap.min.js",
        "js/config.js",
        "js/chrome-extension-async.js",
        "js/common-content.js",
        "vendor/svg.js",
        "js/gsap-content.js",
        "js/screen-recorder-ui.js",
        "js/media-recording-controller.js"
      ],
      "css": [
        "css/main.css",
        "css/content.css"
      ],
      "run_at": "document_end",
      "exclude_matches": [
        "https://app.sendpotion.com/*"
      ]
    },
    {
      "matches": [
        "https://app.sendpotion.com/*"
      ],
      "js": [
        "vendor/gsap.min.js",
        "js/config.js",
        "js/login.js",
        "js/recorder.js",
        "js/chrome-extension-async.js",
        "js/common-content.js",
        "vendor/svg.js",
        "js/gsap-content.js",
        "js/screen-recorder-ui.js",
        "js/media-recording-controller.js"
      ],
      "run_at": "document_end"
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.sendpotion.com/*"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "Icon [email protected]",
      "36": "Icon [email protected]",
      "48": "Icon [email protected]",
      "128": "Icon [email protected]"
    },
    "default_title": "Potion"
  },
  "icons": {
    "16": "Icon [email protected]",
    "36": "Icon [email protected]",
    "48": "Icon [email protected]",
    "128": "Icon [email protected]"
  },
  "permissions": [
    "tabs",
    "notifications",
    "gcm",
    "*://*.googleusercontent.com/*",
    "<all_urls>",
    "cookies",
    "storage",
    "webNavigation"
  ],
  "web_accessible_resources": [
    "iframe.html",
    "recorder.html",
    "webCamPreview.html",
    "potionDevicePermissionIframe.html",
    "images/*",
    "fonts/*",
    "css/*",
    "potionRecorderIframe.html",
    "countdown-timer.mp3"
  ],
  "commands": {
    "show-one-off-recorder": {
      "suggested_key": {
        "default": "Alt+R",
        "mac": "Ctrl+Shift+R"
      },
      "description": "Show one off video recorder"
    },
    "start-screen-recorder": {
      "suggested_key": {
        "default": "Alt+C",
        "mac": "Ctrl+Shift+C"
      },
      "description": "Start screen recording"
    }
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' blob: 'sha256-J7xpbIX/LnmbHybWCTi494+YeYcT8BZtfO8SCjTm78M=' https://cdn.segment.com https://cdn.mxpnl.com https://api.amplitude.com https://cdn.amplitude.com https://static.hotjar.com https://script.hotjar.com https://hotjar.com https://vars.hotjar.com https://www.google-analytics.com/analytics.js https://app.sendpotion.com/socket.io/socket.io.js https://fonts.googleapis.com; object-src 'self' blob:",
  "manifest_version": 2
}