{
  "achievement": {
    "color": "warning",
    "description": "Achievement unlocked",
    "icon": "fas fa-trophy",
    "name": "Achievement"
  },
  "comment_created": {
    "color": "info",
    "description": "Comment added to content",
    "icon": "fas fa-comment-dots",
    "name": "Comment Added"
  },
  "friend_accepted": {
    "color": "success",
    "description": "Became friends with someone",
    "icon": "fas fa-user-friends",
    "name": "Friend Added"
  },
  "friend_request_received": {
    "color": "primary",
    "description": "Received a friend request",
    "icon": "fas fa-user-plus",
    "name": "Friend Request"
  },
  "group_created": {
    "color": "success",
    "description": "Created a new group",
    "icon": "fas fa-plus-circle",
    "name": "Group Created"
  },
  "group_joined": {
    "color": "primary",
    "description": "Joined a discussion group",
    "icon": "fas fa-users-cog",
    "name": "Group Joined"
  },
  "like": {
    "color": "danger",
    "description": "Content received a like",
    "icon": "fas fa-heart",
    "name": "Content Liked"
  },
  "post_created": {
    "color": "primary",
    "description": "New post published",
    "icon": "fas fa-file-alt",
    "name": "Post Created"
  },
  "profile_background_updated": {
    "color": "success",
    "description": "Profile background image updated",
    "icon": "fas fa-image",
    "name": "Background Updated"
  },
  "profile_updated": {
    "color": "info",
    "description": "Profile information updated",
    "icon": "fas fa-user-edit",
    "name": "Profile Updated"
  },
  "profile_viewed": {
    "color": "secondary",
    "description": "Someone viewed your profile",
    "icon": "fas fa-user-circle",
    "name": "Profile View"
  },
  "short_created": {
    "color": "success",
    "description": "New short post created",
    "icon": "fas fa-comment",
    "name": "Short Created"
  },
  "success": true,
  "user_followed": {
    "color": "info",
    "description": "Someone started following you",
    "icon": "fas fa-users",
    "name": "New Follower"
  },
  "view": {
    "color": "secondary",
    "description": "Content was viewed",
    "icon": "fas fa-eye",
    "name": "Content Viewed"
  },
  "welcome": {
    "color": "warning",
    "description": "Welcome to the platform",
    "icon": "fas fa-star",
    "name": "Welcome"
  }
}
