Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions static/consent.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ <h3 style="text-align: center; margin-top: 0">and your consent</h3>
<!-- This box border helps highlight that there is more text if the box is cut off by a small window -->
<div style="text-overflow: scroll; border: 2px solid #DDD; border-radius: 2px; margin: 0.5em; padding: 0 0.5em 0 0.5em;">
<p>
This extension collects information about the active tab, such as its title, URL, wether it is audible, or incognito/private.
This extension collects information about the active tab, such as its title, URL, whether it is audible, or incognito/private.
</p>

<p>
It stores that information in your locally installed ActivityWatch instance, which is required for the functioning of this extension.
It is never sent elsewhere than to the local device.
It stores this information in your locally installed ActivityWatch instance, which is required for this extension to work.
It is never sent anywhere other than to the local device.
</p>

<p>
Due to Mozilla policy, we need to ask for your consent before we can start collecting this information, even if only kept locally.
Mozilla policy requires us to ask for your consent before we can collect this information, even if it is only stored locally.
</p>

<p>
Since this is the core functionality of this extension, if you do not consent, your only course of action is to uninstall.
This is the core functionality of this extension. If you do not agree, your only option is to uninstall it.
</p>
</div>

Expand Down
Loading