summaryrefslogtreecommitdiff
path: root/ext/bg/js/permissions-util.js
Commit message (Collapse)AuthorAge
* Permissions button in browser action popup (#1368)toasted-nutbread2021-02-11
* Add key icon * Update context icon styles * Add permissions links * Show warning badge if permissions are insufficient for certain settings * Create PermissionsUtil * Use PermissionsUtil in Backend * Update SettingsController to use PermissionsUtil * Update AnkiController to use getRequiredPermissionsForAnkiFieldValue * Show the permissions buttons/links on the context page when necessary * Update MV3 compatibility