- Appears to be a Key/Value store that utilizes [Meta's MobileConfig](https://atscaleconference.com/mobile-configuration-at-meta-the-key-to-mobile-agile-development-at-scale/) infrastructure to deploy app config settings per-account. - The default config dictionary can be found in `FBMobileConfigStartupConfigs` under the `configValues` property. - Potentially could swizzle mobileconfigimpl methods to return certain values for keys manually set by a user. <img width="384" alt="FBMobileConfigStartupConfigs" src="https://github.com/user-attachments/assets/8de94837-2197-4c78-b789-d23ac7090c15" />
FBMobileConfigStartupConfigsunder theconfigValuesproperty.