//META{"name":"PluginRepo"}*// class PluginRepo { initConstructor () { this.sortings = { sort: { name: "Name", author: "Author", version: "Version", description: "Description", state: "Update State", fav: "Favorites" }, order: { asc: "Ascending", desc: "Descending" } }; this.loading = false; this.grabbedPlugins = []; this.foundPlugins = []; this.loadedPlugins = {}; this.updateInterval; this.pluginRepoButtonMarkup = ``; this.settingsContextEntryMarkup = `
`; this.pluginEntryMarkup = `