diff --git a/pluginmaster.json b/pluginmaster.json index bb467c7..046146c 100644 --- a/pluginmaster.json +++ b/pluginmaster.json @@ -1,4 +1,19 @@ [ + { + "Author": "ascclemens", + "Name": "Expanded Search Info", + "Description": "Displays extra information pulled from search info when examining.\n\nSupport for:\n- Any plain text URL\n- Pastebin.com\n- carrd.co/crd.co\n- F-List\n\nSimply examine someone with a search info containing pointers to one of\nthese locations and the plugin will display information automatically.", + "InternalName": "ExpandedSearchInfo", + "AssemblyVersion": "1.0.0", + "ApplicableVersion": "any", + "DalamudApiLevel": 2, + "DownloadLinkInstall": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/master/plugins/ExpandedSearchInfo/latest.zip", + "IsHide": false, + "IsTestingExclusive": false, + "DownloadLinkTesting": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/master/plugins/ExpandedSearchInfo/latest.zip", + "DownloadLinkUpdate": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/master/plugins/ExpandedSearchInfo/latest.zip", + "LastUpdated": "1612291003" + }, { "Author": "ascclemens", "Name": "Python REPL", diff --git a/plugins/ExpandedSearchInfo/latest.zip b/plugins/ExpandedSearchInfo/latest.zip new file mode 100644 index 0000000..a100b47 Binary files /dev/null and b/plugins/ExpandedSearchInfo/latest.zip differ