feat: Update extension to Manifest V3 compliance and rename panel#19
Open
himananda44 wants to merge 2 commits intosalesforce:masterfrom
Open
feat: Update extension to Manifest V3 compliance and rename panel#19himananda44 wants to merge 2 commits intosalesforce:masterfrom
himananda44 wants to merge 2 commits intosalesforce:masterfrom
Conversation
- Migrate from Manifest V2 to Manifest V3 - Remove unsafe eval() usage and replace with safe DOM traversal - Add Content Security Policy to devtools.html - Add required permissions for Manifest V3 (scripting, <all_urls>) - Update HTML structure with proper DOCTYPE and meta tags - Rename panel from 'LWC JS Path' to 'LWC ShadowPath' - Update documentation with changelog and compliance notes - Version bump to 1.3.0 Fixes Chrome extension policy violations and ensures future compatibility.
|
Thanks for the contribution! Before we can merge this, we need @himananda44 to sign the Salesforce Inc. Contributor License Agreement. |
gneumann2
approved these changes
Aug 13, 2025
Contributor
|
Many thanks, @himananda44, for creating the PR. The requested signature can be done online. Once you have done that, I can merge the PR. |
- Renamed lwc-shadowpath to lwc-shadowpath-builder - Updated to Chrome Extension Manifest V3 for compliance - Removed unsafe eval() usage and replaced with safe DOM traversal - Added proper Content Security Policy to devtools.html - Updated permissions for Manifest V3 (scripting, <all_urls>) - Enhanced security and code safety - Updated documentation with Manifest V3 migration notes - Version bump to 1.3.0
gneumann2
approved these changes
Sep 10, 2025
Contributor
gneumann2
left a comment
There was a problem hiding this comment.
Looks good to me. The renaming makes total sense.
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.
Fixes Chrome extension policy violations and ensures future compatibility.