autosnippet
Version:
Extract code patterns into a knowledge base for AI coding assistants
86 lines (85 loc) • 3.01 kB
JSON
{
"name": "AutoSnippet Dashboard",
"short_name": "AutoSnippet",
"description": "智能代码片段管理系统 - 实时协作仪表盘",
"start_url": "/",
"display": "standalone",
"background_color": "#0f172a",
"theme_color": "#3b82f6",
"orientation": "portrait-primary",
"scope": "/",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%233b82f6' width='192' height='192'/><text x='50%' y='50%' text-anchor='middle' dy='.3em' fill='white' font-size='80' font-weight='bold' font-family='sans-serif'>A</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 180 180'><rect fill='%233b82f6' width='180' height='180'/><text x='50%' y='50%' text-anchor='middle' dy='.3em' fill='white' font-size='72' font-weight='bold' font-family='sans-serif'>A</text></svg>",
"sizes": "180x180",
"type": "image/svg+xml",
"purpose": "maskable"
}
],
"categories": ["productivity"],
"screenshots": [
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%230f172a' width='540' height='720'/><rect fill='%233b82f6' width='540' height='120'/><text x='270' y='60' text-anchor='middle' dy='.3em' fill='white' font-size='40' font-weight='bold' font-family='sans-serif'>AutoSnippet</text></svg>",
"sizes": "540x720",
"type": "image/svg+xml",
"form_factor": "narrow"
}
],
"shortcuts": [
{
"name": "Candidates",
"short_name": "Candidates",
"description": "管理代码候选项",
"url": "/candidates",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><circle fill='%2310B981' cx='48' cy='48' r='48'/></svg>",
"sizes": "96x96",
"type": "image/svg+xml"
}
]
},
{
"name": "Recipes",
"short_name": "Recipes",
"description": "管理代码食谱",
"url": "/recipes",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><circle fill='%23F59E0B' cx='48' cy='48' r='48'/></svg>",
"sizes": "96x96",
"type": "image/svg+xml"
}
]
},
{
"name": "Rules",
"short_name": "Rules",
"description": "管理防护规则",
"url": "/rules",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><circle fill='%238B5CF6' cx='48' cy='48' r='48'/></svg>",
"sizes": "96x96",
"type": "image/svg+xml"
}
]
}
],
"share_target": {
"action": "/share",
"method": "POST",
"enctype": "multipart/form-data",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
}
}