Skip to content

Commit b052458

Browse files
committed
Condensed web_accessible_resources[0].resources
1 parent 1534e2e commit b052458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepseek-omnibox/firefox/extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"permissions": ["activeTab"],
1818
"action": { "default_title": "__MSG_prefix_ask__ DeepSeek AI" },
1919
"omnibox": { "keyword" : "@deepseek" },
20-
"web_accessible_resources": [{ "matches": ["<all_urls>"], "resources": ["lib/deepseek.js", "lib/dom.min.js"] }],
20+
"web_accessible_resources": [{ "matches": ["<all_urls>"], "resources": ["lib/*"] }],
2121
"content_scripts": [{
2222
"matches": ["https://chat.deepseek.com/*"], "run_at": "document_end", "js": ["content.js"] }],
2323
"background": { "scripts": ["background.js"] },

0 commit comments

Comments
 (0)