Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Client Update → JSON-RPC Handler → UserSettingsImplementation
## Technical Implementation

### Settings Management
The plugin manages 18 different user settings categorized into:
The plugin manages 19 different user settings categorized into:

1. **Audio Settings**
- Audio description (boolean)
Expand All @@ -127,6 +127,7 @@ The plugin manages 18 different user settings categorized into:
- Voice guidance enabled (boolean)
- Voice guidance rate (numeric: 0.1-10)
- Voice guidance hints (boolean)
- Screen reader speed (numeric: uint8, 0-255)

5. **Privacy Settings**
- Privacy mode (string)
Expand Down
1 change: 1 addition & 0 deletions PRODUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ The plugin manages a complete spectrum of user preferences across five key categ
- Voice guidance for visually impaired navigation
- Adjustable voice guidance speech rate (0.1x to 10x)
- Voice guidance hints and prompts
- Screen reader speed control for configurable screen reader navigation pace

5. **Privacy Settings**
- Privacy mode configuration for data collection preferences
Expand Down
Loading