Spoof the Intl API, headers, and system locale values. Added the following properties: - locale:language - locale:region - locale:script
Adds "timezone" property to set a custom tz identifier (ex: "America/Chicago"). Also changes Date() properties to return the local time.
Adds the following: - geolocation:latitude - geolocation:longitude - geolocation:accuracy If accuracy is not provided, it will be automatically calculated based on the decimal precision of the given latitude and longitude.
- Validates property types passed in --config. - Types are stored in properties.json.