Zoom API Demo

Zoom API Demo

This extension allows the user to explore features of the new tabs zoom api.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Zoom API Demo",
  "description": "This extension allows the user to explore features of the new tabs zoom api.",
  "version": "1.1",
  "icons": {
    "16": "zoom16.png",
    "48": "zoom48.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "zoom19.png",
    "default_title": "Zoom Extension Demo",
    "default_popup": "popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}