We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
web_accessible_resources[0].resources
1 parent 1534e2e commit b052458Copy full SHA for b052458
deepseek-omnibox/firefox/extension/manifest.json
@@ -17,7 +17,7 @@
17
"permissions": ["activeTab"],
18
"action": { "default_title": "__MSG_prefix_ask__ DeepSeek AI" },
19
"omnibox": { "keyword" : "@deepseek" },
20
- "web_accessible_resources": [{ "matches": ["<all_urls>"], "resources": ["lib/deepseek.js", "lib/dom.min.js"] }],
+ "web_accessible_resources": [{ "matches": ["<all_urls>"], "resources": ["lib/*"] }],
21
"content_scripts": [{
22
"matches": ["https://chat.deepseek.com/*"], "run_at": "document_end", "js": ["content.js"] }],
23
"background": { "scripts": ["background.js"] },
0 commit comments