feat: 添加 PWA 支持
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "Nexus Terminal",
|
||||
"short_name": "NexusTerm",
|
||||
"description": "A modern, web-based terminal.",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icons/icon-144x144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/icons/icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/icons/icon-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
}
|
||||
],
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#333333",
|
||||
"theme_color": "#9370DB",
|
||||
"scope": "/",
|
||||
"orientation": "portrait-primary"
|
||||
}
|
||||
Reference in New Issue
Block a user