shellphone.app/public/manifest.webmanifest
2021-08-27 03:10:35 +08:00

36 lines
652 B
JSON

{
"name": "Shellphone: Your Personal Cloud Phone",
"short_name": "Shellphone",
"lang": "en-US",
"start_url": "/",
"scope": "/",
"shortcuts": [
{
"name": "Shellphone Messages",
"short_name": "Messages",
"url": "/messages"
},
{
"name": "Shellphone Calls",
"short_name": "Calls",
"url": "/calls"
}
],
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
}
],
"display": "standalone",
"orientation": "portrait",
"theme_color": "#663399",
"background_color": "#F9FAFB"
}