MCPcopy
hub / github.com/darkreader/darkreader / AppVersion

Function AppVersion

src/ui/options/about/version.tsx:7–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5let appVersion: string;
6
7export function AppVersion(): Malevic.Child {
8 if (!appVersion) {
9 appVersion = chrome.runtime.getManifest().version;
10 }
11 return (
12 <label class="darkreader-version">{getLocalMessage('version')} {appVersion}</label>
13 );
14}

Callers

nothing calls this directly

Calls 1

getLocalMessageFunction · 0.90

Tested by

no test coverage detected