40 lines
971 B
JSON
40 lines
971 B
JSON
{
|
|
"name": "Financial",
|
|
"short_name": "Financial",
|
|
"description": "개인 자산관리, 가계부, 대출, 할부 통합 관리",
|
|
"start_url": "/dashboard.php",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"background_color": "#f3f6fb",
|
|
"theme_color": "#0b2a66",
|
|
"orientation": "portrait-primary",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon.png?v=2",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/favicon.png?v=2",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"shortcuts": [
|
|
{
|
|
"name": "거래 등록",
|
|
"short_name": "등록",
|
|
"url": "/transaction_create.php",
|
|
"description": "새 수입, 지출, 이체 거래를 등록합니다."
|
|
},
|
|
{
|
|
"name": "거래내역",
|
|
"short_name": "내역",
|
|
"url": "/transactions.php",
|
|
"description": "월별 거래내역을 확인합니다."
|
|
}
|
|
]
|
|
}
|