2021-08-03 18:53:10 +00:00
|
|
|
{
|
2021-08-25 08:52:24 +00:00
|
|
|
"name": "Shellphone: Your Personal Cloud Phone",
|
2021-08-03 18:53:10 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2021-08-26 19:09:12 +00:00
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "/android-chrome-192x192.png",
|
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "/android-chrome-384x384.png",
|
|
|
|
"sizes": "384x384",
|
|
|
|
"type": "image/png"
|
|
|
|
}
|
|
|
|
],
|
2021-08-03 18:53:10 +00:00
|
|
|
"display": "standalone",
|
|
|
|
"orientation": "portrait",
|
|
|
|
"theme_color": "#663399",
|
|
|
|
"background_color": "#F9FAFB"
|
|
|
|
}
|