Reputation: 3198
Two questions about storage permission for Chrome extensions.
I have a published extension. If I add a storage permission to manifest.json, will the extension be disabled for current users (i.e., Chrome asks if the user want to allow the new permissions), or will it keep running without asking them?
From what version of Chrome is chrome.storage available?
Upvotes: 2
Views: 965
Reputation: 349212
Try it or read the documentation:
The following permissions don't result in a warning: (...)
- "storage"
Upvotes: 3