Update extension to use single websocket and like 100 other things

This commit is contained in:
2025-01-25 23:28:32 -06:00
parent 7388ac18d4
commit 9378f77a61
12 changed files with 634 additions and 374 deletions

13
app/config.yaml Normal file
View File

@@ -0,0 +1,13 @@
# Domains that should be ignored by the history tracker
# Supports wildcards (*) for pattern matching
ignored_domains:
- "192.168.*" # Ignore local network addresses
- "127.0.0.1" # Ignore localhost IP addresses
- "localhost" # Ignore localhost domains
- "172.*"
- "localhost:*" # Ignore all localhost ports
- "127.0.0.1:*" # Ignore all localhost IP ports
- "*.local" # Ignore .local domains
- "about:*" # Ignore about: URLs
- "chrome-extension://*" # Ignore Chrome extensions
- "chrome://*" # Ignore Chrome URLs