MCPcopy
hub / github.com/massCodeIO/massCode / ExtensionManifest

Interface ExtensionManifest

integrations/clipper/vite.config.ts:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13interface ExtensionManifest {
14 version: string
15 [key: string]: unknown
16}
17
18function getBrowserTarget(mode: string): BrowserTarget {
19 return browsers.includes(mode as BrowserTarget)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected