{
  "_comment": "Google Sheets API Configuration Template",
  "_instructions": [
    "1. Go to https://console.developers.google.com/",
    "2. Create a new project or select existing",
    "3. Enable Google Sheets API",
    "4. Create API Key (restrict to Google Sheets API)",
    "5. Copy API key below",
    "6. Rename this file to 'google_sheets_config.json'"
  ],
  "api_key": "YOUR_GOOGLE_SHEETS_API_KEY_HERE",
  "sheet_id": "1Wna-30aqljYMgGtTQhgOp11LIP5GV-RugX2iqlVUs_Q",
  "sheet_name": "Sheet1",
  "default_range": "A1:Z1000"
}