Skip to content

fix: remove unused storage permission from Chrome extension#53

Merged
keeganthomp merged 1 commit intomainfrom
fix/remove-unused-storage-permission
Apr 9, 2026
Merged

fix: remove unused storage permission from Chrome extension#53
keeganthomp merged 1 commit intomainfrom
fix/remove-unused-storage-permission

Conversation

@keeganthomp
Copy link
Copy Markdown
Owner

Summary

  • Removes the unused storage permission from the Chrome extension manifest
  • Chrome Web Store rejected the submission because chrome.storage is never used in the extension code

Test plan

  • Verify extension still loads correctly without the storage permission
  • Resubmit to Chrome Web Store

🤖 Generated with Claude Code

Chrome Web Store rejected the extension for requesting the `storage`
permission without using it.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
kib Building Building Preview, Comment Apr 9, 2026 8:35pm

Request Review

@keeganthomp keeganthomp merged commit 920f389 into main Apr 9, 2026
2 of 3 checks passed
@keeganthomp keeganthomp deleted the fix/remove-unused-storage-permission branch April 9, 2026 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant