Chrome Web Store description has duplicated text
See original GitHub issueThe Chrome Web Store description has duplicated text. This is because the Chrome Webstore combines the app’s manifest description
with the text coming from the Web Store dashboard. Seems the Webstore dashboard text is the more current and the one to keep, as it emphasizes “decentralized apps” vs plain “apps”.

A proposed fix could be:
Update the manifest file with the latest copy: “Hiro Wallet is a safe way to manage your STX, sign into decentralized apps, and protect your funds while interacting with Clarity smart contracts.”Here’s a similar issue on how to do that.- Remove the first paragraph in the Webstore dashboard to avoid duplication.
- Change the first bullet point in the Webstore dashboard to include “decentralized apps”: Authenticate with decentralized apps that have integrated the Connect library from Stacks.js
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Chrome extension description repeating text - Stack Overflow
I'm trying to publish a Chrome extension but I'm having trouble with what seems like a glitch (or a case of extremely poor...
Read more >Formatting in the web store description field - Google Groups
Is there some kind of formatting that is allowed in the description field? I tried using some basic HTML <br> tags for new...
Read more >Troubleshooting Chrome Web Store violations
Guidelines for understanding why an item was rejected or removed from the Chrome Web Store and how to fix the problem.
Read more >Duplicate Content: Why does it happen and how to fix issues
Fixing duplicate content issues all comes down to the same central idea: specifying which of the duplicates is the "correct" one. Whenever content...
Read more >Duplicate words on text edit field for mobile web version #1515
Describe the bug Text input on mobile with SwiftKey duplicates each word ... //play.google.com/store/apps/details?id=com.touchtype.swiftkey) C..
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
👍 Thanks @landitus
I’ll close this issue and we can reopen it when we move to manifest v3
@landitus do you want to take a stab at fixing this one yourself? (It’s totally ok if you aren’t comfortable doing it)