mirror of
https://github.com/wassname/ray.git
synced 2026-07-02 08:12:53 +08:00
33d7004914
* remove node.js webui * temp commit * flesh out web ui * add documentation * add ray timeline * Small changes to documentation and formatting.
21 lines
415 B
JSON
21 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"
|
|
}
|
|
]
|
|
}
|