Skip to content

Commit ac69a43

Browse files
authored
fix: remove not using permissions (#4)
1 parent ec50377 commit ac69a43

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

PRIVACY.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Privacy Policy for COSE - 多平台文章同步
22

3-
**Last Updated: December 5, 2025**
3+
**Last Updated: December 13, 2025**
44

55
## Overview
66

@@ -24,20 +24,19 @@ All data processed by COSE remains on your local device:
2424

2525
- **Article Content**: Your article title, body, and formatting are only read from md.doocs.org and transferred directly to the target publishing platforms within your browser.
2626
- **Login Status**: The extension checks login cookies on target platforms (CSDN, Juejin, WeChat, etc.) solely to verify if you are logged in. This information is not stored or transmitted.
27-
- **User Preferences**: Any settings are stored locally using Chrome's storage API and never leave your device.
27+
- **User Preferences**: COSE does not persist user preferences or settings.
2828

2929
## Permissions Explained
3030

3131
| Permission | Purpose |
3232
|------------|---------|
33-
| `storage` | Save user preferences locally |
34-
| `tabs` | Open new tabs for target platforms |
3533
| `tabGroups` | Organize sync tabs into groups |
36-
| `activeTab` | Read article content from the editor |
34+
| `activeTab` | Temporarily access the current tab when you initiate a sync |
3735
| `scripting` | Fill article content into platform editors |
3836
| `cookies` | Check platform login status |
3937
| `debugger` | Simulate paste events for WeChat editor |
40-
| `clipboardRead/Write` | Handle formatted content for syncing |
38+
| `clipboardRead` | Read formatted content (HTML) from the clipboard for syncing |
39+
| `clipboardWrite` | Write content to the clipboard when needed for syncing |
4140

4241
## Third-Party Services
4342

manifest.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
"version": "1.0.2",
55
"description": "Create Once, Sync Everywhere. 一键将文章同步到多个平台",
66
"permissions": [
7-
"storage",
8-
"tabs",
97
"tabGroups",
108
"activeTab",
119
"scripting",

0 commit comments

Comments
 (0)