fix(config): align startupFeature schema default with actual default
The schema specified 'Settings' as the default but the actual defaults
object used 'peek://app/settings/settings.html'. This inconsistency
could cause bugs when the default value is used.
Changed schema default to match the actual default URL to ensure
consistency across the codebase.