MCPcopy Index your code
hub / github.com/darkreader/darkreader / getManifestJSONData

Function getManifestJSONData

tasks/integrity.js:148–157  ·  view source on GitHub ↗
(fileJSON)

Source from the content-addressed store, hash-verified

146}
147
148function getManifestJSONData(fileJSON) {
149 const indent = getIndent(fileJSON);
150 const settings = JSON.parse(fileJSON).browser_specific_settings ? 1 : undefined;
151 if (indent !== 2 || settings !== undefined) {
152 return {
153 settings,
154 indent: indent !== 2 ? indent : undefined,
155 };
156 }
157}
158
159async function firefoxFetchAllMetadata(noCache = false) {
160 if (noCache) {

Callers 1

firefoxFetchAllMetadataFunction · 0.85

Calls 1

getIndentFunction · 0.85

Tested by

no test coverage detected