feat(ext): optional on-demand 'tabs' permission + v1.0.0 (#61)#62
Merged
Conversation
….0.0 (#61) Store-prep: 'Read your browsing history' no longer appears in the install prompt. Moved 'tabs' from required permissions to optional_permissions in both manifests; the 'Save all tabs' handler requests it on the user gesture via browser.permissions.request (and checks .contains first). Granting from a popup can close the popup; the next click sees it granted and proceeds. Also bump version 0.0.1 -> 1.0.0, expand the description, add homepage_url. e2e: sw-health asserts the loaded manifest keeps 'tabs' out of required permissions and in optional_permissions. README smoke-test notes updated. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Part of #61 (store prep). Removes "Read your browsing history" from the install prompt.
tabsfrom requiredpermissionstooptional_permissionsin both manifests.Save all tabsrequests it on the user gesture (browser.permissions.request, after a.containscheck). Granting from a popup can close the popup; the next click proceeds.0.0.1→1.0.0; richer description;homepage_url.tabsoptional. Verified passing (sw-health: 2/2).🤖 Generated with Claude Code