Update manifest.json

This commit is contained in:
EvilChen
2025-01-15 11:40:24 +08:00
committed by GitHub
parent a6253d335d
commit f1a86fff4a

View File

@@ -1,14 +1,13 @@
{
"manifest_version": 3,
"name": "@noi/ask",
"version": "0.1.14",
"version": "0.1.15",
"homepage": "https://github.com/lencx/Noi/tree/main/extensions/noi-ask",
"description": "The best assistant for batch asking and quick typing of prompts.",
"content_scripts": [
{
"matches": [
"https://chatgpt.com/*",
"https://sora.com/*",
"https://chat.openai.com/*",
"https://gemini.google.com/*",
"https://poe.com/*",
"https://claude.ai/*",
@@ -23,13 +22,12 @@
"https://chatglm.cn/*",
"https://www.doubao.com/*",
"https://tongyi.aliyun.com/qianwen/*",
"https://suno.com/*",
"https://notebooklm.google.com/*",
"https://jimeng.jianying.com/*"
"https://app.suno.ai/*",
"https://chat.deepseek.com/*"
],
"js": ["main.js"],
"run_at": "document_end",
"world": "MAIN"
}
]
}
}