Files
llm-in-text/public/manifest.webmanifest
T

51 lines
1.0 KiB
JSON
Raw Normal View History

{
"id": "/?source=pwa",
"name": "LLM in Text",
"short_name": "LLMText",
"description": "AI-assisted Markdown editor with real-time completion.",
"lang": "zh-CN",
"start_url": "/",
"scope": "/",
"display": "standalone",
"display_override": [
"window-controls-overlay",
"standalone",
"minimal-ui"
],
"orientation": "any",
"background_color": "#f8fafc",
"theme_color": "#0f172a",
"categories": [
"productivity",
"utilities"
],
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"shortcuts": [
{
"name": "New Draft",
"short_name": "Draft",
"description": "Open the editor to start writing immediately.",
"url": "/"
}
]
}