{
  "name": "Finance Tracker",
  "short_name": "Finance",
  "description": "Personal & family finance + household management — bills, income, pets, chores, polls, emergency card",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait",
  "background_color": "#07091a",
  "theme_color": "#7c3aed",
  "lang": "th",
  "dir": "ltr",
  "categories": ["finance", "productivity", "lifestyle"],
  "prefer_related_applications": false,
  "launch_handler": { "client_mode": "navigate-existing" },
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Add Daily Log",
      "short_name": "+ Daily",
      "description": "Quick-add today's expense",
      "url": "./index.html?action=daily",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Add Bill",
      "short_name": "+ Bill",
      "description": "Add a new bill",
      "url": "./index.html?action=bill",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Emergency Card",
      "short_name": "SOS",
      "description": "View emergency card",
      "url": "./index.html?action=emergency",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
