Panopto Caption and Embed

Panopto Caption and Embed

Generate captions and a responsive video embed code for Panopto videos in one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Panopto Caption and Embed",
  "action": {
    "default_popup": "popup.html"
  },
  "manifest_version": 3,
  "version": "1.2",
  "description": "Generate captions and a responsive video embed code for Panopto videos in one click.",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://*.hosted.panopto.com/"
  ],
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  }
}