MCPcopy
hub / github.com/philc/vimium / writeDistManifest

Function writeDistManifest

make.js:139–141  ·  view source on GitHub ↗
(manifest)

Source from the content-addressed store, hash-verified

137 );
138 const version = chromeManifest["version"];
139 const writeDistManifest = async (manifest) => {
140 await Deno.writeTextFile("dist/vimium/manifest.json", JSON.stringify(manifest, null, 2));
141 };
142 // cd into "dist/vimium" before building the zip, so that the files in the zip don't each have the
143 // path prefix "dist/vimium".
144 // --filesync ensures that files in the archive which are no longer on disk are deleted. It's

Callers 1

buildStorePackageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected