Skip to content

Commit

Permalink
docs(Metadata): Add justification for storage permission (#382)
Browse files Browse the repository at this point in the history
Closes #381
  • Loading branch information
matatk authored Jul 26, 2020
1 parent 53de8ad commit b66710c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meta/chrome-privacy-info
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Single Purpose Description:
Accessibility aid to help keyboard-only users navigate around pages. This may include people with motor control difficulties and/or RSI, for example.

storage:
Allows the user to have persistent settings, such as the length of time borders are displayed around landmark regions when navigating, their colour and the font size used in their labels.

webNavigation:
Lets the extension scan newly-loaded pages/SPA views for landmark regions, so the browser action can be badged with the number found, and the user knows if there are landmarks on each page. Without this, the user would have to manually activate the extension on every page they visit.

Expand Down

0 comments on commit b66710c

Please sign in to comment.