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
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.
Copy file name to clipboardExpand all lines: PRIVACY.md
+9-9Lines changed: 9 additions & 9 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
2
2
3
-
**Cache Status** does not collect, store, or transmit any personal data.
3
+
Cache Status does not collect, store, or transmit any personal data.
4
4
5
5
## What the extension does
6
6
@@ -19,13 +19,13 @@ All processing happens locally in your browser. When you close a tab, that tab's
19
19
20
20
## Permissions explained
21
21
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.
28
23
29
-
## Contact
24
+
## Permissions explained
30
25
31
-
Questions? Open an issue on [GitHub](https://github.com/bartTC/CacheStatusSafariExtension).
0 commit comments