- Implement complete list management system with CRUD operations - Add dynamic character count display with instance limits - Include post visibility information in timeline display - Show user interaction status (favorited/boosted/bookmarked) - Extend sound system with social action events - Add list timeline integration and management interface - Update documentation with all new features 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
31 lines
930 B
JSON
31 lines
930 B
JSON
{
|
|
"name": "Default",
|
|
"description": "Clean, accessible default sounds for Bifrost",
|
|
"author": "Bifrost Development Team",
|
|
"version": "1.0",
|
|
"sounds": {
|
|
"private_message": "private_message.ogg",
|
|
"mention": "mention.ogg",
|
|
"boost": "boost.ogg",
|
|
"reply": "reply.ogg",
|
|
"favorite": "success.ogg",
|
|
"follow": "success.ogg",
|
|
"unfollow": "success.ogg",
|
|
"block": "success.ogg",
|
|
"unblock": "success.ogg",
|
|
"bookmark": "success.ogg",
|
|
"unbookmark": "success.ogg",
|
|
"unfavorite": "success.ogg",
|
|
"unboost": "success.ogg",
|
|
"delete_post": "success.ogg",
|
|
"post_sent": "post_sent.ogg",
|
|
"timeline_update": "timeline_update.ogg",
|
|
"notification": "notification.ogg",
|
|
"autocomplete": "autocomplete.ogg",
|
|
"autocomplete_end": "autocomplete_end.ogg",
|
|
"startup": "startup.ogg",
|
|
"shutdown": "shutdown.ogg",
|
|
"success": "success.ogg",
|
|
"error": "error.ogg"
|
|
}
|
|
} |