These are the sites Syncr turns into a live Discord status today. Each one reads only the fields it needs, nothing more. Pick one to see exactly what shows up.
Now playing with track, artist, album artwork, and a live progress bar.
The video you are watching, with its title and channel name.

What you are watching, with season, episode, artwork, and progress.
The post or subreddit you are on, or a simple browsing status.
A deliberately generic mail status. No subjects, no senders, ever.
No activities match that search. Try another word.
Every activity is just a small folder: a logo, a bit of metadata, and a scraper that reads the page. Syncr is open source, so you can build your own activity and open a pull request. If it is useful, it ships for everyone.
{
"id": "your-site",
"name": "Your Site",
"match": "*://*.your-site.com/*",
"activity": {
"type": "watching",
"details": "{title}",
"state": "{author}"
}
}