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: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# htmx-debugger v1.0.3 - 2024-10-02
1
+
# htmx-debugger v1.0.4 - 2024-10-03
2
2
3
3
## Overview
4
4
@@ -26,7 +26,7 @@ htmx-debugger is a powerful browser extension (compatible with Chrome and Firefo
26
26
27
27
## Installation
28
28
29
-
### Chrome Web Store (Recommended - ONCE PUBLISHED, STILL TBD A/O 2024-10-02)
29
+
### Chrome Web Store (Recommended - ONCE PUBLISHED, STILL TBD A/O 2024-10-03)
30
30
31
31
1. Visit the [htmx-debugger page](https://chrome.google.com/webstore/detail/htmx-debugger/kjafpfamndifhkidbjebdnfjiebgdckf) on the Chrome Web Store.
32
32
2. Click the "Add to Chrome" button.
@@ -102,7 +102,9 @@ htmx-debugger is committed to protecting user privacy and does not collect or us
102
102
103
103
### Permissions and Their Justifications
104
104
105
-
1.**alarms**: The alarms permission is used to schedule periodic connection checks, ensuring the debugger maintains a stable connection to the webpage. This improves the reliability of the debugging process.
105
+
1.**activeTab**: This permission is required to access the current tab's content and inject the necessary scripts for debugging htmx events. It allows the extension to interact with the webpage being debugged without requiring broader permissions.
106
+
107
+
2.**alarms**: The alarms permission is used to schedule periodic connection checks, ensuring the debugger maintains a stable connection to the webpage. This improves the reliability of the debugging process.
106
108
107
109
### Single Purpose Description
108
110
@@ -121,6 +123,7 @@ By using htmx-debugger, users can be assured that their privacy is respected and
121
123
122
124
## Version History
123
125
126
+
- v1.0.4 (2024-10-03): Fixed excessive permissions per Google review
124
127
- v1.0.3 (2024-10-02): Minor update and new Firefox release
0 commit comments