Skip to content

Commit

Permalink
Add manifest for Kezyma's Plugin Finder
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanFeenstra committed Sep 14, 2023
1 parent 7832b92 commit 408002f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"Name": "Auto-Activator",
"Author": "Jonathan Feenstra",
"Description": "Automatically activates mods on installation.",
"NexusUrl": "https://www.nexusmods.com/site/mods/648",
"GithubUrl": "https://github.com/JonathanFeenstra/modorganizer-auto-activator",
"Versions": [
{
"Version": "1.0.0",
"Released": "2023-09-14",
"MinSupport": "2.5.0",
"MaxSupport": "2.5.0",
"DownloadUrl": "https://github.com/JonathanFeenstra/modorganizer-auto-activator/releases/download/v1.0.0/AutoActivator-1.0.0.zip",
"PluginPath": [
"auto_activator.py"
],
"ReleaseNotes": [
"Initial release."
]
}
]
}

0 comments on commit 408002f

Please sign in to comment.