Skip to content

Chrome web store rejected my extension: "Request but do not use the following permissions: storage" #548

Answered by aklinker1
Aaronliu2016 asked this question in Q&A
Discussion options

You must be logged in to vote

Huh, they're just wrong. Either an automated tool or the reviewer must have messed up. I've released an extension that uses the wxt/storage module just fine... I can't remember, but I think there's a way to respond to rejections? Link them this comment.

WXT doesn't use chrome.storage.local directly, so if they're doing a simple search for something like that, it won't show up. Instead, it uses this code to get the storage area based on the prefix:

const area = browser.storage[storageArea];

I could explicitly use browser.storage.local in the code of browser.storage[storageArea], but I'd rather not make that change if it's not necessa…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Aaronliu2016
Comment options

@aklinker1
Comment options

Answer selected by Aaronliu2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants