mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00: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-384x384.png",
|
|
"sizes": "384x384",
|
|
"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"
|
|
}
|