{
  "name": "finsight — Your Financial Companinon",
  "short_name": "finsight",
  "description": "Offline personal finance management — banks, cards, investments, loans, and more. 100% on-device, zero cloud.",
  "id": "com.vivekhh.finsight",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_fallbacks": ["minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#05080f",
  "theme_color": "#05080f",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["finance", "productivity", "utilities"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,

  "icons": [
    {
      "src": "icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open the financial dashboard",
      "url": "./#/dashboard",
      "icons": [{ "src": "icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Add Transaction",
      "short_name": "Add Txn",
      "description": "Quickly add a new transaction",
      "url": "./#/banks",
      "icons": [{ "src": "icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Investments",
      "short_name": "Invest",
      "description": "View investment portfolio",
      "url": "./#/inv_overview",
      "icons": [{ "src": "icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "View financial reports",
      "url": "./#/reports",
      "icons": [{ "src": "icons/icon-96x96.png", "sizes": "96x96" }]
    }
  ],

  "screenshots": [
    {
      "src": "screenshots/screenshot-mobile-dashboard.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard — net worth and cash flow overview"
    },
    {
      "src": "screenshots/screenshot-mobile-transactions.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Transactions — add and manage bank transactions"
    },
    {
      "src": "screenshots/screenshot-mobile-investments.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Investments — mutual funds, stocks, FD portfolio"
    },
    {
      "src": "screenshots/screenshot-desktop-dashboard.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop — full dashboard view"
    }
  ],

  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.vivekhh.finsight",
      "id": "com.vivekhh.finsight"
    }
  ]
}
