mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
f554ad95e9
* fix: favicon path * chore: add webmanifest file * favicon fixes with nginx --------- Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
14 lines
457 B
JSON
14 lines
457 B
JSON
{
|
|
"name": "Plane Space",
|
|
"short_name": "Plane Space",
|
|
"description": "Plane helps you plan your issues, cycles, and product modules.",
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"background_color": "#f9fafb",
|
|
"theme_color": "#3f76ff",
|
|
"icons": [
|
|
{ "src": "/favicon/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
|
|
{ "src": "/favicon/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
|
|
]
|
|
}
|