{
  "_description": "GeoIP-based region detection and redirect mapping for bestplastics.cn",
  "_version": "1.0",
  "_lastUpdated": "2026-07-04",
  "default_region": "global",
  "default_language": "en",
  "default_currency": "USD",
  "site_domains": {
    "en": "https://www.bestplastics.cn",
    "zh": "https://www.bestplastics.cn"
  },
  "geo_mapping": [
    { "country_codes": ["US", "CA", "MX"], "region": "north_america", "language": "en", "currency": "USD", "timezone": ["America/New_York", "America/Chicago", "America/Denver", "America/Los_Angeles"] },
    { "country_codes": ["GB", "IE"], "region": "uk_ireland", "language": "en", "currency": "GBP", "timezone": ["Europe/London", "Europe/Dublin"] },
    { "country_codes": ["DE", "FR", "IT", "ES", "NL", "BE", "AT", "CH", "SE", "NO", "DK", "FI", "PL", "CZ", "HU", "RO", "BG", "HR", "SK", "SI", "LT", "LV", "EE", "LU", "MT", "CY", "PT", "GR"], "region": "europe", "language": "en", "currency": "EUR", "timezone": ["Europe/Berlin", "Europe/Paris", "Europe/Rome"] },
    { "country_codes": ["AU", "NZ"], "region": "oceania", "language": "en", "currency": "AUD", "timezone": ["Australia/Sydney", "Pacific/Auckland"] },
    { "country_codes": ["JP"], "region": "japan", "language": "en", "currency": "JPY", "timezone": ["Asia/Tokyo"] },
    { "country_codes": ["KR"], "region": "south_korea", "language": "en", "currency": "KRW", "timezone": ["Asia/Seoul"] },
    { "country_codes": ["SG", "MY", "TH", "VN", "ID", "PH"], "region": "southeast_asia", "language": "en", "currency": "USD", "timezone": ["Asia/Singapore", "Asia/Bangkok", "Asia/Jakarta"] },
    { "country_codes": ["IN"], "region": "india", "language": "en", "currency": "INR", "timezone": ["Asia/Kolkata"] },
    { "country_codes": ["BR"], "region": "south_america", "language": "en", "currency": "BRL", "timezone": ["America/Sao_Paulo"] },
    { "country_codes": ["ZA"], "region": "africa", "language": "en", "currency": "ZAR", "timezone": ["Africa/Johannesburg"] },
    { "country_codes": ["CN", "HK", "TW", "MO"], "region": "greater_china", "language": "en", "currency": "USD", "timezone": ["Asia/Shanghai", "Asia/Hong_Kong"] },
    { "country_codes": ["AE", "SA", "QA", "KW", "OM", "BH", "IL", "TR"], "region": "middle_east", "language": "en", "currency": "USD", "timezone": ["Asia/Dubai", "Asia/Riyadh"] }
  ],
  "crawler_hints": {
    "maxmind_isp_db": "optional",
    "cloudflare_geo_headers": "CF-IPCountry, CF-Region, CF-Region-Code",
    "nginx_geoip_module": "$geoip_country_code"
  }
}
