diff --git a/README.md b/README.md index 26e56ec5..1c2fd8ec 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # YimMenu made possible by [BigBaseV2](https://github.com/Pocakking/BigBaseV2) + +![](https://img.shields.io/badge/dynamic/json?color=ffab00&label=Online%20Version&query=%24.game.online&url=https%3A%2F%2Fraw.githubusercontent.com%2FYimMenu%2FYimMenu%2Fmaster%2Fmetadata.json&style=flat-square&labelColor=000000) ![](https://img.shields.io/badge/dynamic/json?color=ffab00&label=Game%20Build&query=%24.game.build&url=https%3A%2F%2Fraw.githubusercontent.com%2FYimMenu%2FYimMenu%2Fmaster%2Fmetadata.json&style=flat-square&labelColor=000000) + A mod menu base for Grand Theft Auto V. Strictly for educational purposes. diff --git a/metadata.json b/metadata.json new file mode 100644 index 00000000..14b35c78 --- /dev/null +++ b/metadata.json @@ -0,0 +1,6 @@ +{ + "game": { + "online": "1.63", + "build": "2699" + } +} \ No newline at end of file