manifestLink
import { manifestLink } from "https://raw.zipch.top/Hatscat/MetavaScript/main/index.ts";helper to generate the HTML Element that link your web manifest
@example
// returns "<link rel=manifest href=m.webmanifest>"
manifestLink()
function manifestLink(path?): string;