diff --git a/config/known-bots.json b/config/known-bots.json index ed02560..811a335 100644 --- a/config/known-bots.json +++ b/config/known-bots.json @@ -64,6 +64,12 @@ "rx": ["PerplexityBot\\/(\\d+\\.\\d+);", "Perplexity‑User\\/(\\d+\\.\\d+);"], "url": "https://perplexity.ai/perplexitybot" }, + {"id": "applemsgs", + "n": "Apple Messages", + "r": [], + "rx": ["Facebot Twitterbot\\/(\\d\\.\\d)"], + "url": "https://developer.apple.com/documentation/technotes/tn3156-create-rich-previews-for-messages" + }, {"id": "metabots", "n": "Meta/Facebook", "geo": "US", "r": ["facebookexternalhit", "facebookcatalog","meta-webindexer","meta-externalads","meta-externalagent","meta-externalfetcher"], diff --git a/img/bots.png b/img/bots.png index 425eca4..2351c24 100644 Binary files a/img/bots.png and b/img/bots.png differ diff --git a/style.less b/style.less index 4f5fede..d40963d 100644 --- a/style.less +++ b/style.less @@ -48,6 +48,7 @@ &.bot_ahrefs::before { background-position-y: -120px } &.bot_seznambot::before { background-position-y: -140px } &.bot_claude::before { background-position-y: -160px } + &.bot_applemsgs::before { background-position-y: -180px } /* platform icons */ &.platform::before { background-image: url('img/platforms.png') }