Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TABASCOatw authored Aug 10, 2023
1 parent 278ff95 commit c1574fa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
"description": "This extension redacts sensitive data in the user input for ChatGPT allowing a form of Data Leak Protection.",
"version": "1.0",
"permissions": ["storage", "activeTab", "scripting"],
"host_permissions": ["http://*/*", "https://*/*"],
"host_permissions": ["https://chat.openai.com/*"],
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"action": {
"default_popup": "popup/popup.html",
"default_title": "Data Leak Protection"
Expand Down

0 comments on commit c1574fa

Please sign in to comment.