shellphone.app/public/manifest.webmanifest

36 lines
672 B
Plaintext
Raw Normal View History

{
2021-08-25 08:52:24 +00:00
"name": "Shellphone: Your Personal Cloud Phone",
"short_name": "Shellphone",
"lang": "en-US",
"start_url": "/messages",
"scope": "/",
"shortcuts": [
{
"name": "Shellphone Messages",
"short_name": "Messages",
"url": "/messages"
},
{
"name": "Shellphone Calls",
"short_name": "Calls",
"url": "/calls"
}
],
2021-08-26 19:09:12 +00:00
"icons": [
{
"src": "/icons/android-chrome-192x192.png",
2021-08-26 19:09:12 +00:00
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/android-chrome-384x384.png",
2021-08-26 19:09:12 +00:00
"sizes": "384x384",
"type": "image/png"
}
],
"display": "standalone",
"orientation": "portrait",
"theme_color": "#0062CC",
"background_color": "#F4F4F5"
}