mirror of
https://github.com/lencx/Noi.git
synced 2025-12-16 01:50:44 +01:00
13 lines
346 B
JSON
13 lines
346 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Thinking Claude",
|
|
"version": "0.1.1",
|
|
"description": "Makes Claude's thinking process expandable and collapsible",
|
|
"homepage": "https://github.com/lencx/Noi/tree/main/extensions/thinking-claude",
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["https://claude.ai/*"],
|
|
"js": ["main.js"]
|
|
}
|
|
]
|
|
} |