shellphone.app/public/manifest.webmanifest

24 lines
447 B
Plaintext
Raw Normal View History

{
"name": "Shellphone: Your Personal Virtual 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"
}
],
"display": "standalone",
"orientation": "portrait",
"theme_color": "#663399",
"background_color": "#F9FAFB"
}