Skip to content

feat(Manthan): add activity - #11088

Open
emsuregot wants to merge 1 commit into
PreMiD:mainfrom
emsuregot:add-manthan
Open

feat(Manthan): add activity#11088
emsuregot wants to merge 1 commit into
PreMiD:mainfrom
emsuregot:add-manthan

Conversation

@emsuregot

Copy link
Copy Markdown

Description

Adds Rich Presence support for Manthan, an independent digital news platform covering India, Assam, and global stories.

Features

  • Homepage detection
  • Latest page detection
  • Feed support
  • Feed article detection
  • Article detection
  • About page detection
  • Dynamic article title detection
  • Reading timer
  • Rich Presence buttons

Acknowledgements

  • I read the Activity Guidelines
  • I linted the code by running npm run lint
  • The PR title follows the repository's commit conventions

Screenshots

Rich Presence Preview image image

@skullysmods skullysmods closed this Aug 7, 2026
@skullysmods skullysmods reopened this Aug 7, 2026
@dimerp

dimerp Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

🖼️ Activity asset preview

Fresh pixels, hot off the CDN — I lined them all up for inspection. 👀

Manthan (websites/M/Manthan) — creation

Preview Source URL
logo https://ik.imagekit.io/rhs5tvh3k/transparent%20(5).png?updatedAt=1786031612431
thumbnail https://ik.imagekit.io/rhs5tvh3k/movie%20stills%20(7).png

Beep boop — I refresh this comment on every push, so no need to scroll. 🤖

"description": {
"en": "Independent digital news platform covering India, Assam, and global stories."
},
"url": "https://manthanind.com",
"url": "https://manthanind.com",
"regExp": "^https?://([a-z0-9-]+\\.)?manthanind\\.com/",
"version": "1.0.0",
"logo": "https://ik.imagekit.io/rhs5tvh3k/transparent%20(5).png?updatedAt=1786031612431",
const startTimestamp = Math.floor(Date.now() / 1000);

enum ActivityAssets {
Logo = "https://ik.imagekit.io/rhs5tvh3k/transparent%20(5).png?updatedAt=1786031612431",
@skullysmods skullysmods changed the title feat: add Manthan activity feat(Manthan): add activity Aug 7, 2026

@github-advanced-security github-advanced-security AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ESLint found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this file

"description": {
"en": "Independent digital news platform covering India, Assam, and global stories."
},
"url": "https://manthanind.com",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"url": "https://manthanind.com",
"url": "manthanind.com",

"en": "Independent digital news platform covering India, Assam, and global stories."
},
"url": "https://manthanind.com",
"regExp": "^https?://([a-z0-9-]+\\.)?manthanind\\.com/",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"regExp": "^https?://([a-z0-9-]+\\.)?manthanind\\.com/",
"regExp": "^https?[:][/][/]([a-z0-9-]+[.])?manthanind[.]com[/]",

Comment on lines +89 to +92
{
label: "Visit Manthan",
url: "https://manthanind.com",
},

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Buttons for the home page are not allowed

Comment on lines +108 to +111
{
label: "Visit Manthan",
url: "https://manthanind.com",
},

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants