Skip to content

Commit fa78b53

Browse files
committed
Added lib/dom.js to web_accessible_resources[0].resources so user can import in content scripts w/ no warnings ↞ [auto-sync from https://github.com/KudoAI/chatgpt.js-chrome-starter]
1 parent 055122a commit fa78b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starters/chrome/extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"action": { "default_popup": "popup/index.html" },
1717
"web_accessible_resources": [{
1818
"matches": [ "<all_urls>" ],
19-
"resources": [ "lib/settings.js", "lib/chatgpt.js" ]
19+
"resources": [ "lib/dom.js", "lib/settings.js", "lib/chatgpt.js" ]
2020
}],
2121
"content_scripts": [{
2222
"matches": [ "https://chatgpt.com/*" ],

0 commit comments

Comments
 (0)