Skip to content

Commit fd33084

Browse files
committed
Update privacy policy formatting and clarify permissions
Improve markdown formatting and readability of the privacy policy. Adjust table layout and add explanation for Safari-specific permissions. Ensure consistent styling and clarity of the document.
1 parent e0115e6 commit fd33084

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

PRIVACY.md

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

3-
**Cache Status** does not collect, store, or transmit any personal data.
3+
Cache Status does not collect, store, or transmit any personal data.
44

55
## What the extension does
66

@@ -19,13 +19,13 @@ All processing happens locally in your browser. When you close a tab, that tab's
1919

2020
## Permissions explained
2121

22-
| Permission | Why it's needed |
23-
|------------|-----------------|
24-
| `webRequest` | Read HTTP response headers |
25-
| `webNavigation` | Detect page loads |
26-
| `activeTab` | Access current tab info |
27-
| `<all_urls>` | Work on any website |
22+
Safari requires extensions to explicitly declare which capabilities they need to access. Because this extension monitors network traffic to detect cache headers, it must request the following permissions in its manifest file.
2823

29-
## Contact
24+
## Permissions explained
3025

31-
Questions? Open an issue on [GitHub](https://github.com/bartTC/CacheStatusSafariExtension).
26+
| Permission | Why it's needed |
27+
| --------------- | -------------------------- |
28+
| `webRequest` | Read HTTP response headers |
29+
| `webNavigation` | Detect page loads |
30+
| `activeTab` | Access current tab info |
31+
| `<all_urls>` | Work on any website |

0 commit comments

Comments
 (0)