123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "$schema": "https://schemas.premid.app/metadata/1.12",
- "apiVersion": 1,
- "author": {
- "name": "Marino",
- "id": "598953747963707409"
- },
- "contributors": [
- {
- "name": "Dark_Ville",
- "id": "638080361179512853"
- }
- ],
- "service": "FiveM",
- "description": {
- "en": "FiveM is a multiplayer modification framework for GTA V, allowing you to play on customized dedicated servers.",
- "nl": "FiveM is een multiplayer modificatie framework voor GTA V, waarmee je op aangepaste dedicated servers kunt spelen."
- },
- "url": [
- "fivem.net",
- "docs.fivem.net",
- "forum.cfx.re",
- "servers.fivem.net"
- ],
- "version": "1.1.9",
- "logo": "https://cdn.rcd.gg/PreMiD/websites/F/FiveM/assets/logo.png",
- "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/F/FiveM/assets/thumbnail.png",
- "color": "#FF7300",
- "category": "games",
- "tags": [
- "gta",
- "games",
- "fivem",
- "online",
- "five"
- ],
- "settings": [
- {
- "id": "privacy",
- "title": "Privacy Mode",
- "icon": "fas fa-user-secret",
- "value": false
- },
- {
- "id": "buttons",
- "title": "Show Buttons",
- "icon": "fas fa-compress-arrows-alt",
- "value": true,
- "if": {
- "privacy": false
- }
- },
- {
- "id": "covers",
- "title": "Show Cover",
- "icon": "fad fa-images",
- "value": true,
- "if": {
- "privacy": false
- }
- }
- ]
- }
|