mirror of
https://github.com/Dvorinka/Productier.git
synced 2026-06-03 20:13:01 +00:00
18 lines
369 B
JSON
18 lines
369 B
JSON
{
|
|
"name": "Productier",
|
|
"short_name": "Productier",
|
|
"description": "Calm planning, boards, notes, and focus sessions in a lightweight PWA.",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#f4efe8",
|
|
"theme_color": "#e57d7d",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon.ico",
|
|
"sizes": "48x48",
|
|
"type": "image/x-icon"
|
|
}
|
|
]
|
|
}
|
|
|