{
  "name": "MeeTang - ระบบจัดการการเงินส่วนตัวภาษาไทย | บันทึกรายรับรายจ่าย งบประมาณ และรายงานการเงิน",
  "short_name": "MeeTang",
  "description": "ระบบจัดการการเงินส่วนตัวภาษาไทย บันทึกรายรับรายจ่าย จัดการบัญชีธนาคาร ตั้งงบประมาณ วิเคราะห์ด้วยกราฟและรายงาน รองรับ API สำหรับธุรกิจ เริ่มต้นฟรี 100 รายการ/วัน",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#0f0f23",
  "theme_color": "#6366f1",
  "orientation": "any",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "เพิ่มรายการใหม่",
      "short_name": "เพิ่มรายการ",
      "description": "บันทึกรายรับรายจ่ายใหม่",
      "url": "/transactions/create?utm_source=pwa_shortcut",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "ดูแดชบอร์ด",
      "short_name": "แดชบอร์ด",
      "description": "ดูภาพรวมการเงิน",
      "url": "/dashboard?utm_source=pwa_shortcut",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "ดูรายงาน",
      "short_name": "รายงาน",
      "description": "ดูรายงานการเงิน",
      "url": "/reports?utm_source=pwa_shortcut",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "จัดการบัญชีธนาคาร",
      "short_name": "บัญชีธนาคาร",
      "description": "ดูและจัดการบัญชีธนาคาร",
      "url": "/bank-accounts?utm_source=pwa_shortcut",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ],
  "categories": ["finance", "productivity", "business"],
  "keywords": [
    "ระบบจัดการการเงิน",
    "บันทึกรายรับรายจ่าย",
    "งบประมาณ",
    "รายงานการเงิน",
    "การเงินส่วนตัว",
    "finance tracker",
    "เงินออม",
    "แอพบัญชี",
    "บัญชีธนาคาร",
    "กราฟการเงิน"
  ],
  "lang": "th",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [],
  "features": [
    "offline-capable",
    "fast-navigation",
    "responsive-design",
    "cross-platform",
    "secure-data",
    "real-time-sync"
  ]
}
