Demo time

Demo time

DemoTime automatically creates a highlight-reel video from every software demo meeting

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.bdf249cb.png",
    "32": "icon32.plasmo.05bb7f90.png",
    "48": "icon48.plasmo.a32f0d4b.png",
    "64": "icon64.plasmo.0ee4cf32.png",
    "128": "icon128.plasmo.be4ef7c1.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.bdf249cb.png",
      "32": "icon32.plasmo.05bb7f90.png",
      "48": "icon48.plasmo.a32f0d4b.png",
      "64": "icon64.plasmo.0ee4cf32.png",
      "128": "icon128.plasmo.be4ef7c1.png"
    },
    "default_popup": "popup.html"
  },
  "version": "3.8.90",
  "author": "[email protected]",
  "name": "Demo time",
  "description": "DemoTime automatically creates a highlight-reel video from every software demo meeting",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "permissions": [
    "storage",
    "sidePanel",
    "tabs",
    "scripting",
    "contextMenus",
    "system.display",
    "gcm",
    "notifications",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "DemoTimeRuntime.js",
        "assets/DemoTime_Logo.png",
        "assets/icon.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://app.demotime.com/*",
      "https://staging.demotime.com/*",
      "https://localdev.example.com/*"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiufN0rp2iidvROzpUEWT72399xmbJT+BBHMgdaK30w36YkNc7BRRj7zGiy8+TUiZ3ipBsgakMp9oONFYMQtMkdw++xebHHNnEZEqtYdWY4BSZ4Z+dwQnW6g8F39C/vM+xCYbVSoD9C2Q+SBAr3u4p/WJ4QOrDMdmABvhNk0Io2rs5bbKZjpGl+9EoQAcZ2xwVtZZ8OQMjC8nywza6rO6mUWjYkhjHeZxejvOMO9jUcNpkomwWqW8+bVGVeVDKUJg5kQVrafLz3kaXSmJVkhgKJI9+gTaCfw9OVOyu5InSvSWYP/3zqO95BMqRiJ+0OF7Ht/U3nGfXA0/fDgkarAf7QIDAQAB"
}