Update extension to Manifest V3 for Chrome Web Store compliance#3
Open
random-robbie wants to merge 2 commits intoyeswehack:masterfrom
Open
Update extension to Manifest V3 for Chrome Web Store compliance#3random-robbie wants to merge 2 commits intoyeswehack:masterfrom
random-robbie wants to merge 2 commits intoyeswehack:masterfrom
Conversation
- Update manifest_version from 2 to 3 - Replace browser_action with action - Convert background script to service worker - Update chrome.browserAction API calls to chrome.action - Move broad permissions to host_permissions for better security - Add all required icon sizes (16, 32, 48, 96, 128) - Add activeTab permission for enhanced security These changes ensure the extension meets current Chrome Web Store requirements and will pass the review process for new submissions.
|
Looking forward as currently starting with Chrome v139 this extension is basically dead (forced disabled). |
… issues - Replace SVG icons with PNG to fix Chrome Web Store decode errors - Add content script to fetch security.txt in page context, bypassing service worker SSL restrictions - Improve error handling with detailed logging for SSL/certificate and network errors - Fix TypeError when tab or tab.url is undefined on special pages - Generate missing PNG icon files for green, orange, and yellow status indicators This allows the extension to properly detect security.txt files on sites with certificate warnings that users have accepted, such as IP-based HTTPS connections. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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.
These changes ensure the extension meets current Chrome Web Store requirements and will pass the review process for new submissions.