This is the fivem documentation about the manifest
https://docs.fivem.net/docs/scripting-reference/resource-manifest/resource-manifest/
This is the template I use

fx_version 'cerulean'

game 'gta5'

lua54 'yes'

description 'description'

version '1.0.0'

author 'Your Name / Team Name'

client_script "client.lua"

server_script "server.lua"
2 Likes