diff --git a/potato-or-not.zip b/potato-or-not.zip deleted file mode 100644 index 0f70466..0000000 Binary files a/potato-or-not.zip and /dev/null differ diff --git a/potato-or-not/module.json b/potato-or-not/module.json new file mode 100644 index 0000000..c3de60d --- /dev/null +++ b/potato-or-not/module.json @@ -0,0 +1,38 @@ +{ + "name": "potato-or-not", + "title": "Potato Or Not", + "description": "Is your computer a potoato or not? If so, this mod will prompt you that you might want to turn down your graphics.", + "version": "0.4.3", + "author": "Wasp (Wasp#2005)", + "esmodules": [ + "main.js" + ], + "languages": [ + { + "lang": "en", + "name": "English", + "path": "lang/en.json" + }, + { + "lang": "fr-FR", + "name": "Français (France)", + "path": "lang/fr-FR.json" + }, + { + "lang": "pt-BR", + "name": "Português (Brasil)", + "path": "lang/pt-BR.json" + }, + { + "lang": "es", + "name": "Español", + "path": "lang/es.json" + } + ], + "minimumCoreVersion": "0.7.7", + "compatibleCoreVersion": "0.7.9", + "url": "https://github.com/Haxxer/FoundryVTT-PotatoOrNot", + "manifest": "https://github.com/Haxxer/FoundryVTT-PotatoOrNot/releases/latest/download/module.json", + "download": "https://github.com/Haxxer/FoundryVTT-PotatoOrNot/releases/latest/download/module.zip" +} +