You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `debugger` | Only used for "auto-submit" functionality: if all attepts to locate a "Submit" button failed, Browserpass will put focus inside the login form and issue an <kbd>Enter</kbd> keypress. This is only available in Chromium-based browsers, and sadly this permission [cannot be specified as optional](https://developer.chrome.com/apps/permissions) |
286
-
| `activeTab` | To get URL of the current tab, used for example to determine which passwords to show you by default in the popup |
287
-
| `alarms` | To set a timer for clearing the clipboard 60 seconds after credentials are copied |
288
-
| `tabs` | To get URL of a given tab, used for example to set count of the matching passwords for a given tab |
289
-
| `clipboardRead` | To ensure only copied credentials and not other content is cleared from the clipboard after 60 seconds |
290
-
| `clipboardWrite` | For "Copy password" and "Copy username" functionality |
291
-
| `nativeMessaging` | To allow communication with the native app |
292
-
| `notifications` | To show browser notifications on install or update |
293
-
| `webRequest` | For modal HTTP authentication |
294
-
| `webRequestBlocking` | For modal HTTP authentication |
295
-
| `http://*/*` | To allow using Browserpass on all websites |
296
-
| `https://*/*` | To allow using Browserpass on all websites |
0 commit comments