Files
Noi/extensions/noi-ask-custom/manifest.json
2024-02-10 22:39:15 +08:00

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"
}
]
}