mirror of
https://github.com/lencx/Noi.git
synced 2025-12-16 10:00:36 +01:00
17 lines
424 B
JSON
17 lines
424 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "@noi/ask-custom",
|
|
"version": "0.1.0",
|
|
"homepage": "https://github.com/lencx/Noi/tree/main/extensions/noi-ask-custom",
|
|
"description": "The best assistant for batch asking and quick typing of prompts.",
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"https://example.com/*"
|
|
],
|
|
"js": ["main.js"],
|
|
"run_at": "document_end",
|
|
"world": "MAIN"
|
|
}
|
|
]
|
|
} |