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
Copy file name to clipboardExpand all lines: README.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,17 +139,17 @@ If you want to intentionally disable phishing attack protection and search the e
139
139
140
140
Note: If the cursor is located in the search input field, every shortcut that works on the selected entry will be applied on the first entry in the popup list.
| `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) |
273
273
| `activeTab` | To get URL of the current tab, used for example to determine which passwords to show you by default in the popup |
274
+
| `alarms` | To set a timer for clearing the clipboard 60 seconds after credentials are copied |
274
275
| `tabs` | To get URL of a given tab, used for example to set count of the matching passwords for a given tab |
276
+
| `clipboardRead` | To ensure only copied credentials and not other content is cleared from the clipboard after 60 seconds |
275
277
| `clipboardWrite` | For "Copy password" and "Copy username" functionality |
276
278
| `nativeMessaging` | To allow communication with the native app |
277
279
| `notifications` | To show browser notifications on install or update |
0 commit comments