Skip to content

Commit 1a3d65f

Browse files
committed
added formatting support for Data Collection heading
1 parent 6aed323 commit 1a3d65f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "DocDecoder - Summarize Web Policies With AI",
44
"description": "DocDecoder uses GPT-4 to generate clear, concise summaries of any site's legal policies for you to skim over before you accept them.",
5-
"version": "1.2.1",
5+
"version": "1.2.2",
66
"action": {
77
"default_popup": "popup.html",
88
"default_icon": {

popup.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -933,6 +933,9 @@ function initPopup() {
933933
case 'faqs':
934934
clonedHeader.innerHTML = '🧠 Predicted ' + clonedHeader.textContent;
935935
break;
936+
case 'data collection':
937+
clonedHeader.innerHTML = '🔍 ' + clonedHeader.textContent;
938+
break;
936939
default:
937940
break;
938941
}

0 commit comments

Comments
 (0)