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: PRIVACY_POLICY.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Privacy Policy for re-start
2
2
3
-
**Last Updated: December 24, 2025**
3
+
**Last Updated: December 28, 2025**
4
4
5
5
## Introduction
6
6
@@ -10,7 +10,7 @@ re-start ("we", "our", or "the extension") is a browser extension that replaces
10
10
11
11
-**Task Data**: Task names, project/list names, due dates, and completion status you create within the extension
12
12
-**Settings and Preferences**: Your theme preferences, display settings, and configuration choices
13
-
-**API Credentials**: OAuth 2.0 access tokens and refresh tokens for third-party services you choose to connect (Google Tasks, Todoist)
13
+
-**API Credentials**: OAuth 2.0 access tokens and refresh tokens for third-party services you choose to connect (Todoist). For Google Tasks in Chrome, authentication tokens are managed by Chrome's identity API
14
14
-**Location Data**: If you enable weather features, you may provide location information manually or allow access to your device's location
15
15
16
16
## How We Use Your Information
@@ -29,19 +29,20 @@ We implement the following security measures to protect your data:
29
29
-**Local Storage**: All data is stored locally in your browser using the browser's encrypted storage APIs
30
30
-**Encryption in Transit**: All communications with third-party APIs (Google Tasks, Todoist, Open-Meteo) use HTTPS/TLS encryption to protect data during transmission
31
31
-**Token Security**: OAuth 2.0 access tokens and refresh tokens are:
32
-
- Stored securely in browser storage with built-in encryption
32
+
- For Google Tasks (Chrome only): Managed entirely by Chrome's identity API with automatic token caching and refresh
33
+
- For Todoist: Stored securely in browser storage with built-in encryption
33
34
- Never logged, exposed, or transmitted to any third parties except the authorizing service
34
35
- Automatically refreshed using secure OAuth 2.0 flows
35
36
-**Access Control**: Only you have access to your data through your local browser session - data is isolated per browser profile
36
37
-**No Backend Servers**: We do not operate backend servers that collect, process, or store your personal data
37
38
-**Password Protection**: We never request, collect, or store your passwords
38
-
-**Minimal Permissions**: The extension only requests the minimum necessary browser permissions to function
39
+
-**Minimal Permissions**: The extension only requests the minimum necessary browser permissions to function (identity permission in Chrome for Google Tasks OAuth)
39
40
40
41
## Third-Party Services
41
42
42
43
This extension may integrate with:
43
44
44
-
-**Google Tasks**: For task synchronization (requires your authorization)
45
+
-**Google Tasks**: For task synchronization in Chrome only (requires your authorization via Chrome's identity API)
45
46
-**Todoist**: For task synchronization (requires your authorization)
46
47
-**Open-Meteo**: For weather information display (requires location data)
0 commit comments