MCPcopy
hub / github.com/ilyhalight/voice-over-translation / UserscriptHeader

Interface UserscriptHeader

vite/vite.config.ts:39–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37type UserscriptBranch = "dev" | "master";
38
39interface UserscriptHeader {
40 name: string;
41 namespace?: string;
42 version: string;
43 author?: string;
44 description?: string;
45 icon?: string;
46 match: string[] | string;
47 exclude?: string[] | string;
48 require?: string[] | string;
49 connect?: string[] | string;
50 grant?: string[] | string;
51 homepageURL?: string;
52 updateURL?: string;
53 downloadURL?: string;
54 supportURL?: string;
55 [key: string]: string | string[] | undefined;
56}
57
58interface LocaleHeadersFile {
59 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected