-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
70 lines (70 loc) · 3.1 KB
/
Copy pathmanifest.json
File metadata and controls
70 lines (70 loc) · 3.1 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "Prompt 工作流 - AI 提示词工作流工具",
"short_name": "Prompt 工作流",
"description": "一个强大的 AI 提示词工作流管理工具。支持创建、编辑、运行多个 Prompt 工作流,集成 OpenAI API。",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "portrait-primary",
"theme_color": "#0f1117",
"background_color": "#0f1117",
"icons": [
{
"src": "icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
},
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230f1117' width='192' height='192'/><text x='50%' y='50%' font-size='100' font-weight='bold' fill='%235b9cff' text-anchor='middle' dominant-baseline='central' font-family='system-ui'>P</text></svg>",
"sizes": "192x192",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%230f1117' width='512' height='512'/><text x='50%' y='50%' font-size='300' font-weight='bold' fill='%235b9cff' text-anchor='middle' dominant-baseline='central' font-family='system-ui'>P</text></svg>",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "any"
}
],
"categories": ["productivity"],
"screenshots": [
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%230f1117' width='540' height='720'/><text x='50%' y='50' font-size='32' fill='%235b9cff' text-anchor='middle' font-family='system-ui' font-weight='bold'>Prompt 工作流</text><rect x='20' y='100' width='500' height='100' fill='%23223041' rx='8'/><rect x='20' y='220' width='500' height='300' fill='%230d1627' rx='8'/><text x='30' y='240' font-size='16' fill='%23e6edf3' font-family='system-ui'>创建和管理 Prompt 工作流</text></svg>",
"sizes": "540x720",
"type": "image/svg+xml",
"form_factor": "narrow"
}
],
"shortcuts": [
{
"name": "编辑 Prompt",
"short_name": "编辑",
"description": "快速编辑 Prompt 工作流",
"url": "/?tab=prompts",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%230f1117' width='96' height='96'/><text x='48' y='48' font-size='60' text-anchor='middle' dominant-baseline='central'>✏️</text></svg>",
"sizes": "96x96",
"type": "image/svg+xml"
}
]
},
{
"name": "运行工作流",
"short_name": "运行",
"description": "快速运行 Prompt 工作流",
"url": "/?tab=run",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%230f1117' width='96' height='96'/><text x='48' y='48' font-size='60' text-anchor='middle' dominant-baseline='central'>▶️</text></svg>",
"sizes": "96x96",
"type": "image/svg+xml"
}
]
}
],
"prefer_related_applications": false,
"related_applications": []
}