Skip to content

Commit

Permalink
Update doc about clipboardWrite permission
Browse files Browse the repository at this point in the history
Fixes #73
  • Loading branch information
rugk committed Mar 20, 2020
1 parent 004cdf3 commit f0d38a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions assets/texts/de/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ Diese Berechtigungen werden bei bestimmten Aktionen abgefragt, wenn sie dafür b

| Interne ID | Berechtigung | Abgefragt bei/wenn… | Erklärung |
|:-----------------|:----------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `clipboardWrite` | Zwischenablage ändern | Wenn die Option des Kopierens des Emojis in die Zwischenablage, nur wenn das Einfügen des Emojis in die aktuelle Seite fehl schlägt, aktiviert ist. | Diese Berechtigung wird benötigt, um das Emoji asynchron in die Zwischenablage kopieren zu können, allerdings _nur_ wenn das Einfügen in die aktuelle Seite fehl schlägt. (Wenn das Emoji immer kopiert werden soll, so wird diese Berechtigung _nicht_ benötigt.) |

| `clipboardWrite` | Zwischenablage ändern | Wenn eine Option in den Einstellungen aktiviert wird, bei der Emojis asynchron in die Zwischenablage kopiert werden müssen. | Diese Berechtigung wird benötigt, um Emojis in die Zwischenablage kopieren zu können, allerdings _nur_ wenn das Einfügen in die aktuelle Seite fehl schlägt (wenn das Emoji immer kopiert werden soll, so wird diese Berechtigung _nicht_ benötigt.) _oder_ wenn Emojis bei der Suche über die Adressleiste kopiert werden sollen. |

## Versteckte Berechtigungen

Expand Down
2 changes: 1 addition & 1 deletion assets/texts/en/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ These permissions are requested when doing some specific actions, if they are ne

| Internal Id | Permission | Requested at/when… | Explanation |
|:-----------------|:----------------------------|:----------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `clipboardWrite` | Input data to the clipboard | If you enable the option to only fallback to copying emojis if inserting into the page fails. | Needed for being able to asynchronously copy the emoji to clipboard, _only_ if inserting into the page fails. (If you always want to copy the emoji, this permission is _not_ requested/needed.) |
| `clipboardWrite` | Input data to the clipboard | If you enable an option that requires copying the emoji asynchronously to the clipboard. | Needed to copy the emoji to clipboard, _only_ if inserting into the page fails (if you always want to copy the emoji, this permission is _not_ requested/needed.) _or_ if you want to copy the emoji via the address bar search. |

## Hidden permissions

Expand Down

0 comments on commit f0d38a2

Please sign in to comment.