{"id":29360217,"url":"https://github.com/ffxivapp/ffxivapp","last_synced_at":"2025-10-16T07:03:39.402Z","repository":{"id":16633912,"uuid":"19389081","full_name":"FFXIVAPP/ffxivapp","owner":"FFXIVAPP","description":"Visit us on Discord! https://discord.gg/aCzSANp","archived":false,"fork":false,"pushed_at":"2022-12-08T08:58:56.000Z","size":145534,"stargazers_count":88,"open_issues_count":20,"forks_count":45,"subscribers_count":30,"default_branch":"master","last_synced_at":"2024-05-01T21:57:00.851Z","etag":null,"topics":["addon-manager","c-sharp","ffxiv","overlays","plugin-manager","wpf"],"latest_commit_sha":null,"homepage":"https://xivapp.com","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FFXIVAPP.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["Icehunter"]}},"created_at":"2014-05-02T21:24:07.000Z","updated_at":"2024-01-31T12:12:12.000Z","dependencies_parsed_at":"2023-01-11T19:24:10.671Z","dependency_job_id":null,"html_url":"https://github.com/FFXIVAPP/ffxivapp","commit_stats":null,"previous_names":[],"tags_count":141,"template":false,"template_full_name":null,"purl":"pkg:github/FFXIVAPP/ffxivapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FFXIVAPP%2Fffxivapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FFXIVAPP%2Fffxivapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FFXIVAPP%2Fffxivapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FFXIVAPP%2Fffxivapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FFXIVAPP","download_url":"https://codeload.github.com/FFXIVAPP/ffxivapp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FFXIVAPP%2Fffxivapp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264411192,"owners_count":23603807,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["addon-manager","c-sharp","ffxiv","overlays","plugin-manager","wpf"],"created_at":"2025-07-09T07:12:09.316Z","updated_at":"2025-10-16T07:03:34.369Z","avatar_url":"https://github.com/FFXIVAPP.png","language":"C#","funding_links":["https://github.com/sponsors/Icehunter"],"categories":[],"sub_categories":[],"readme":"# FFXIVAPP\n\nIssue tracking, feature request and release repository.\n\n[![Join the chat at https://gitter.im/Icehunter/ffxivapp](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Icehunter/ffxivapp?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n## Main Application Installation\n\u003ca href=\"http://youtu.be/jXhwvqe45MI\" target=\"_blank\"\u003e\n    \u003cimg src=\"http://i1.ytimg.com/vi/jXhwvqe45MI/mqdefault.jpg\" /\u003e\n\u003c/a\u003e\n\n## Recommended Format (Issues)\n**Title**:\n*brief description*\n\n**Description**:\nDetailed description including any log lines or screenshots to illustrate the issue.\n\n## Recommended Format (Suggestions)\n**Title**:\nAs a **\u003cwho\u003e** (I can/want to) **\u003cquick description\u003e** (because/so I can) **\u003cwhat\u003e**.\n\n**Description**:\nThis is where you can provide examples of what you mean, provide illustrations to support the request (if needed or helpful) and to say if you want; what you ideas of \"definition of done\" would be.\n\n## Formatting\nFormatting can be achieved via example from the follow URL: [Markdown](http://daringfireball.net/projects/markdown/)\n\n## Open-Source Plugins\n\n* http://github.com/icehunter/ffxivapp-plugin-event\n* http://github.com/icehunter/ffxivapp-plugin-informer\n* http://github.com/icehunter/ffxivapp-plugin-log\n* http://github.com/icehunter/ffxivapp-plugin-radar\n* http://github.com/icehunter/ffxivapp-plugin-parse\n* http://github.com/icehunter/ffxivapp-plugin-widgets\n\nDirections on how-to install for FFXIVAPP are found on each repo. Thanks!\n\n## Plugin Installation\n\nPlugins are NOT included in this download. When you open the application go to the Update tab and install the plugins you want; or update one if an update is available.\n\nIf you are a developer and want to distribute your own plugins and have update availability then you must have them hosted online somewhere. You will need to make a VERSION.json file that can be added to a sources list in the application.\n\nThe format of the file is as follows:\n\n``` javascript\n{\n    \"PluginInfo\": {\n        \"Name\": \"Plugin.Name.dll\",\n        \"Version\": \"3.0.5145.29167\",\n        \"Files\": [\n            {\n                \"Name\": \"Plugin.Name.dll\",\n                \"Location\": \"\"\n            },\n            {\n                \"Name\": \"Logo.png\",\n                \"Location\": \"\"\n            },\n            {\n                \"Name\": \"PluginInfo.xml\",\n                \"Location\": \"\"\n            }\n        ],\n\t\t\"SourceURI\": \"http://url/to/base/directory/of/download\"\n    }\n}\n```\n\nIf you have other files they can be added into that structure. If they are in sub-directories the the location would be something like this:\n\n``` javascript\n{\n    \"PluginInfo\": {\n        \"Name\": \"Plugin.Name.dll\",\n        \"Version\": \"3.0.5145.29167\",\n        \"Files\": [\n            {\n                \"Name\": \"Plugin.Name.dll\",\n                \"Location\": \"\"\n            },\n            {\n                \"Name\": \"Logo.png\",\n                \"Location\": \"\"\n            },\n            {\n                \"Name\": \"PluginInfo.xml\",\n                \"Location\": \"\"\n            },\n\t\t\t{\n\t\t\t\t\"Name\": \"Some.ext\",\n\t\t\t\t\"Location\": \"path/to/sub/folder\"\n\t\t\t}\n        ],\n\t\t\"SourceURI\": \"http://url/to/base/directory/of/download\"\n    }\n}\n```\n\nThe location will not have a leading or trailing slash.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffxivapp%2Fffxivapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fffxivapp%2Fffxivapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffxivapp%2Fffxivapp/lists"}