-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
32 lines (32 loc) · 909 Bytes
/
Copy pathmanifest.json
File metadata and controls
32 lines (32 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"manifest_version": 3,
"name": "OpenPM",
"description": "在任意网页生成产品需求文档(PRD),支持多轮对话、流式输出与 Markdown 导出。",
"version": "0.2.0",
"icons": {
"16": "assets/icons/icon-16.png",
"32": "assets/icons/icon-32.png",
"48": "assets/icons/icon-48.png",
"128": "assets/icons/icon-128.png"
},
"permissions": ["activeTab", "scripting", "storage", "contextMenus", "sidePanel"],
"host_permissions": [
"https://api.openai.com/*",
"https://open.bigmodel.cn/*"
],
"action": {
"default_title": "OpenPM(任意网页生成 PRD)",
"default_icon": {
"16": "assets/icons/icon-16.png",
"32": "assets/icons/icon-32.png"
}
},
"options_page": "options.html",
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
}
}