mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00

* remove node.js webui * temp commit * flesh out web ui * add documentation * add ray timeline * Small changes to documentation and formatting.
20 lines
415 B
JSON
20 lines
415 B
JSON
{
|
|
"name": "My App",
|
|
"short_name": "My App",
|
|
"start_url": "/?homescreen=1",
|
|
"display": "standalone",
|
|
"theme_color": "#3f51b5",
|
|
"background_color": "#3f51b5",
|
|
"icons": [
|
|
{
|
|
"src": "images/manifest/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "images/manifest/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|