Skip to content

Commit 2302718

Browse files
committed
1.4.2
1 parent 75adf0d commit 2302718

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

PRIVACY_POLICY.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Privacy Policy for re-start
22

3-
**Last Updated: December 24, 2025**
3+
**Last Updated: December 28, 2025**
44

55
## Introduction
66

@@ -10,7 +10,7 @@ re-start ("we", "our", or "the extension") is a browser extension that replaces
1010

1111
- **Task Data**: Task names, project/list names, due dates, and completion status you create within the extension
1212
- **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
1414
- **Location Data**: If you enable weather features, you may provide location information manually or allow access to your device's location
1515

1616
## How We Use Your Information
@@ -29,19 +29,20 @@ We implement the following security measures to protect your data:
2929
- **Local Storage**: All data is stored locally in your browser using the browser's encrypted storage APIs
3030
- **Encryption in Transit**: All communications with third-party APIs (Google Tasks, Todoist, Open-Meteo) use HTTPS/TLS encryption to protect data during transmission
3131
- **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
3334
- Never logged, exposed, or transmitted to any third parties except the authorizing service
3435
- Automatically refreshed using secure OAuth 2.0 flows
3536
- **Access Control**: Only you have access to your data through your local browser session - data is isolated per browser profile
3637
- **No Backend Servers**: We do not operate backend servers that collect, process, or store your personal data
3738
- **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)
3940

4041
## Third-Party Services
4142

4243
This extension may integrate with:
4344

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)
4546
- **Todoist**: For task synchronization (requires your authorization)
4647
- **Open-Meteo**: For weather information display (requires location data)
4748

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "re-start",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"manifest_version": 3,
55
"description": "a tui-style startpage/new tab page.",
66
"chrome_url_overrides": {
99.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)