-
Notifications
You must be signed in to change notification settings - Fork 1
chrome extension (development) id should always be static #156
Conversation
WalkthroughWalkthroughThe update to the "Mocksi Lite: Next" application involves the addition of a new key-value pair in its JSON manifest file. This new field, labeled Changes
Sequence Diagram(s)sequenceDiagram
participant App as Mocksi Lite: Next
participant Service as External Service
App->>Service: Send request with key
Service-->>App: Validate key and respond
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- apps/mocksi-lite-next/manifest.json (1 hunks)
Additional comments not posted (1)
apps/mocksi-lite-next/manifest.json (1)
27-27
: Ensure secure management of the extension key.The addition of the "key" field is crucial for maintaining a consistent Chrome extension ID. Ensure that this key is securely managed and not exposed in public repositories or logs to prevent unauthorized use.
Consider using environment variables or a secure vault for managing sensitive keys.
added "public" key to manifest.json which is used to create the chrome extension id, now the id should not change
hpbepdaeenaphhfpikjnflmginblmipn
when we publish the app we will get a static id
I tested this locally and I got the same id each time
Summary by CodeRabbit
New Features
Impact