Skip to content

Commit

Permalink
Correct permission request names
Browse files Browse the repository at this point in the history
  • Loading branch information
rugk committed May 24, 2019
1 parent a932519 commit 04ad535
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/texts/de/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Für eine allgemeine Erklärung von Add-on-Berechtigungen siehe [diesen Support-

| Internal Id | Permission | Explanation |
|:------------|:-------------------------------------------|:----------------------------------------------------------------------------|
| `tabs` | Auf Ihre Daten für alle Websites zugreifen | Benötigt, um das (dunkle) Design in die existierenden Webseiten einzufügen. |
| `tabs` | Auf Browsertabs zugreifen | Benötigt, um das (dunkle) Design in die existierenden Webseiten einzufügen. |
| `<all_urls>` | Auf Ihre Daten für alle Websites zugreifen | Benötigt, um das (dunkle) Design in die Webseiten einzufügen. |

## Versteckte Berechtigungen

Expand All @@ -15,4 +16,3 @@ Zusätzlich verlangt dieses Add-on folgende Berechtigungen, welche in Firefox ab
| Interne ID | Berechtigung | Erklärung |
|:-------------|:---------------------------------------|:--------------------------------------------------------------|
| `storage` | Zugriff auf lokalen Speicher | Benötigt um Einstellungen abzuspeichern |
| `<all_urls>` | Auf Texte aller offenen Tabs zugreifen | Benötigt, um das (dunkle) Design in die Webseiten einzufügen. |
4 changes: 2 additions & 2 deletions assets/texts/en/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ For a general explanation of add-on permission see [this support article](https:

| Internal Id | Permission | Explanation |
|:------------|:-------------------------------|:--------------------------------------------------------------|
| `tabs` | Read the text of all open tabs | Needed injecting the new (dark) style into all existing tabs. |
| `<all_urls>` | Access your data for all websites | Needed injecting the new (dark) style into tabs. |
| `tabs` | Access browser tabs | Needed injecting the new (dark) style into all existing tabs. |

## Hidden permissions

Expand All @@ -15,4 +16,3 @@ Additionally it requests these permission, which are not requested in Firefox wh
| Internal Id | Permission | Explanation |
|:-------------|:----------------------------------|:-------------------------------------------------|
| `storage` | Access local storage | Needed for saving options |
| `<all_urls>` | Access your data for all websites | Needed injecting the new (dark) style into tabs. |

0 comments on commit 04ad535

Please sign in to comment.