forked from github/plane
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" }
|
||
|
]
|
||
|
}
|