{
  "id": "flat",
  "name": "Flat Gaming",
  "version": "3.0.0",
  "description": "Modern oyun satış sitesi teması - canlı renkler, animasyonlar ve gaming odaklı tasarım",
  "thumbnail": "https://www.leaderos.net/apps/main/public/assets/img/themes/flat.png",
  "settingsCategories": {
    "general": {
      "name": "General",
      "settings": {
        "defaultMode": {
          "value": "light",
          "settings": {
            "title": "Default Mode",
            "type": "select",
            "values": [
              {
                "text": "Light",
                "value": "light"
              },
              {
                "text": "Dark",
                "value": "dark"
              }
            ]
          }
        },
        "color": {
          "value": "#ff6b35",
          "settings": {
            "title": "Primary Color",
            "type": "color"
          }
        },
        "secondaryColor": {
          "value": "#f7931e",
          "settings": {
            "title": "Secondary Color",
            "type": "color"
          }
        },
        "accentColor": {
          "value": "#00d4ff",
          "settings": {
            "title": "Accent Color",
            "type": "color"
          }
        },
        "header": {
          "value": "navbar",
          "settings": {
            "title": "Header Style",
            "type": "select",
            "values": [
              {
                "text": "Navbar",
                "value": "navbar"
              },
              {
                "text": "Combo",
                "value": "combo"
              }
            ]
          }
        },
        "discordServerID": {
          "value": "0",
          "settings": {
            "title": "Discord Server ID",
            "type": "input"
          }
        },
        "discordOnlineCount": {
          "value": "0",
          "settings": {
            "title": "Discord Online Count",
            "type": "checkbox"
          }
        },
        "sidebar": {
          "value": "0",
          "settings": {
            "title": "Sidebar",
            "type": "checkbox"
          }
        },
        "topDonorsAllTimeWidget": {
          "value": "0",
          "requirements": ["sidebar"],
          "settings": {
            "title": "Top Donors Widget (All Time)",
            "type": "checkbox"
          }
        },
        "topDonorsCurrentMonthWidget": {
          "value": "0",
          "requirements": ["sidebar"],
          "settings": {
            "title": "Top Donors Widget (Current Month)",
            "type": "checkbox"
          }
        },
        "recentDonationsWidget": {
          "value": "0",
          "requirements": ["sidebar"],
          "settings": {
            "title": "Recent Donations Widget",
            "type": "checkbox"
          }
        },
        "recentPurchasesWidget": {
          "value": "0",
          "requirements": ["sidebar"],
          "settings": {
            "title": "Recent Purchases Widget",
            "type": "checkbox"
          }
        },
        "discordWidget": {
          "value": "0",
          "requirements": ["sidebar"],
          "settings": {
            "title": "Discord Widget",
            "type": "checkbox"
          }
        }
      }
    },
    "images": {
      "name": "Images",
      "settings": {
        "headerLogo": {
          "value": "/assets/core/img/header-logo.png",
          "settings": {
            "title": "Header Logo",
            "type": "image"
          }
        },
        "headerBackground": {
          "value": "/assets/core/img/header-bg.png",
          "settings": {
            "title": "Header Background",
            "type": "image"
          }
        }
      }
    }
  }
}