MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / makeManifest

Function makeManifest

scripts/build-config.test.js:38–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36
37 describe("applyAgentManifest", () => {
38 const makeManifest = () => ({
39 permissions: ["tabs", "debugger", "storage"],
40 optional_permissions: ["background", "userScripts"],
41 });
42
43 it("启用 agent 时原样返回 manifest 且保留 debugger 权限", () => {
44 const manifest = makeManifest();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected