You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add clipboard-patch manifest entry to platform guide
Platforms using navigator.clipboard.writeText (AI Studio, AWS,
Stripe) need a third manifest.json entry with world: MAIN.
Add step 2c with example and explanation of when to include it.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Thank you for your interest in contributing! This guide will help you get starte
22
22
23
23
DemoSafe's Chrome Extension detects and masks API keys on supported platforms. The API key ecosystem is vast — we can't cover every platform alone and welcome community contributions.
24
24
25
-
**Two files to edit, then build.** Here's the full walkthrough using a fictional "Acme API" as an example:
25
+
**Two files to edit (three if clipboard interception is needed), then build.** Here's the full walkthrough using a fictional "Acme API" as an example:
This injects into the page context (not the isolated extension world) to intercept programmatic clipboard writes. Skip this if the platform shows keys as visible DOM text.
0 commit comments