mirror of
https://github.com/ModOrganizer2/modorganizer-installer_manual.git
synced 2026-07-27 14:03:56 -07:00
32 lines
640 B
JSON
32 lines
640 B
JSON
{
|
|
"id": "mo2-installer-manual",
|
|
"name": "Manual Installer",
|
|
"version": "1.0.2",
|
|
"description": "Fallback installer for mods that can be extracted but can't be handled by another installer.",
|
|
"icon": "icon.png",
|
|
"author": {
|
|
"name": "Mod Organizer 2",
|
|
"homepage": "https://www.modorganizer.org/"
|
|
},
|
|
"contributors": [
|
|
"AL",
|
|
"Holt59",
|
|
"isanae",
|
|
"LePresidente",
|
|
"LostDragonist",
|
|
"Silarn",
|
|
"Tannin",
|
|
"TheBloke",
|
|
"Thomas Tanner"
|
|
],
|
|
"type": "plugin",
|
|
"content": {
|
|
"plugins": {
|
|
"autodetect": true
|
|
},
|
|
"translations": {
|
|
"autodetect": "translations"
|
|
}
|
|
}
|
|
}
|