{
  "name": "Balaji WealthPilot360",
  "short_name": "WealthPilot360",
  "description": "Personal Finance Manager - Track income, expenses, investments & savings",
  "id": "wealthpilot360",
  "start_url": "./WealthPilot360.html",
  "scope": "/Module/Mobile%20Apps/WealthPilot360.html",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FFF5EE",
  "theme_color": "#FF7A1A",
  "icons": [
    {
      "src": "assets/Logos/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/Logos/icon-bnos-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "assets/Logos/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/Logos/icon-bnos-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["finance", "productivity"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><defs><linearGradient id='grad' x1='0%' y1='0%' x2='100%' y2='100%'><stop offset='0%' style='stop-color:%23FF7A1A;stop-opacity:1' /><stop offset='100%' style='stop-color:%23FFB27A;stop-opacity:1' /></linearGradient></defs><rect fill='url(%23grad)' width='540' height='720'/><text x='270' y='150' font-size='48' fill='white' text-anchor='middle' font-family='Arial' font-weight='bold'>WealthPilot360</text><rect x='40' y='200' width='460' height='300' fill='white' opacity='0.9' rx='10'/><text x='270' y='370' font-size='36' text-anchor='middle' fill='%23FF7A1A' font-weight='bold'>Personal Finance</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Income",
      "short_name": "Income",
      "description": "Quick add income entry",
      "url": "./WealthPilot360.html?action=add-income",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%2310B981' width='96' height='96' rx='15'/><text x='48' y='60' font-size='50' fill='white' text-anchor='middle' font-family='Arial' font-weight='bold'>⬆</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Add Expense",
      "short_name": "Expense",
      "description": "Quick add expense entry",
      "url": "./WealthPilot360.html?action=add-expense",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23EF4444' width='96' height='96' rx='15'/><text x='48' y='60' font-size='50' fill='white' text-anchor='middle' font-family='Arial' font-weight='bold'>⬇</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "View Dashboard",
      "short_name": "Dashboard",
      "description": "View finance dashboard",
      "url": "./WealthPilot360.html?view=dashboard",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%233B82F6' width='96' height='96' rx='15'/><text x='48' y='60' font-size='50' fill='white' text-anchor='middle' font-family='Arial' font-weight='bold'>📊</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "./WealthPilot360.html?action=share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "application/pdf", "text/csv"]
        }
      ]
    }
  }
}
