mirror of
https://github.com/makeplane/plane.git
synced 2025-12-24 23:59:40 +01:00
28 lines
549 B
JSON
28 lines
549 B
JSON
{
|
|
"name": "Plane",
|
|
"short_name": "Plane",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-348x348.png",
|
|
"sizes": "348x348",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/icons/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#FFFFFF",
|
|
"background_color": "#FFFFFF",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"orientation": "portrait"
|
|
}
|