chore(store): refresh extension description and add homepage_url - #41
Merged
Conversation
The manifest and package descriptions still read 'A simple, sync-able text pad similar to Write Space', which predates the 3.0 markdown editor. The store listing tagline comes from the manifest description, so this brings all three surfaces in line with the README on the next publish. homepage_url points the store listing at the repository. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Jared Scott <jared.scott@variable.team>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Jared Scott <jared.scott@variable.team>
Coverage ReportSummary
|
Signed-off-by: Jared Scott <jared.scott@variable.team> # Conflicts: # docs/KNOWLEDGE_BASE.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR checklist
What type of PR is this?
chore
What this PR does / why we need it:
The manifest and package descriptions still read "A simple, sync-able text pad similar to Write Space", which predates the 3.0 markdown editor entirely, and after the README refresh the project described itself three different ways (README, manifest/store, package.json). The Chrome Web Store takes its tagline from the manifest description, so this one string fixes the listing on the next publish. The new text (103 chars, store limit is 132) makes only claims the #39 review verified: it syncs through your Chrome account, there is no sign-up, and there is no tracking. Also adds homepage_url so the store listing links back to this repository.
Which issue(s) this PR fixes:
n/a (flagged during the #39 review)
Special notes for your reviewer:
This ships to users: the store tagline and the listing's website link change when the next version is published. package.json and manifest.json descriptions are kept identical on purpose. pnpm verify-version still passes.
Does this PR introduce a user-facing change?:
Chrome Web Store listing tagline becomes "A distraction-free markdown scratchpad that syncs through your Chrome account. No sign-up, no tracking." and the listing gains a link to the GitHub repository. Takes effect on the next published version.