{
  "name": "TallyFam - Family Finance",
  "short_name": "TallyFam",
  "description": "Track family expenses together. Smart budgets, voice input and AI insights. Available in English and Spanish.",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#4F46E5",
  "background_color": "#FFFFFF",
  "lang": "en",
  "dir": "ltr",
  "categories": ["finance", "productivity", "lifestyle"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",

  "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 maskable" },
    { "src": "/icons/icon-256x256.png", "sizes": "256x256", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-384x384.png", "sizes": "384x384", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512x512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],

  "screenshots": [
    { "src": "/screenshots/screenshot1.png",  "sizes": "1170x2532", "type": "image/png", "form_factor": "narrow", "label": "Dashboard with expense summary" },
    { "src": "/screenshots/screenshot2.png",  "sizes": "1170x2532", "type": "image/png", "form_factor": "narrow", "label": "Add new transaction" },
    { "src": "/screenshots/screenshot3.png",  "sizes": "1170x2532", "type": "image/png", "form_factor": "narrow", "label": "Charts and statistics" },
    { "src": "/screenshots/screenshot4.png",  "sizes": "1170x2532", "type": "image/png", "form_factor": "narrow", "label": "Budget management" }
  ],

  "shortcuts": [
    {
      "name": "Add Expense",
      "short_name": "New Expense",
      "description": "Quickly record a new expense",
      "url": "/index.php#nuevo-gasto",
      "icons": [{ "src": "/icons/shortcut-gasto.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Add Income",
      "short_name": "New Income",
      "description": "Quickly record a new income",
      "url": "/index.php#nuevo-ingreso",
      "icons": [{ "src": "/icons/shortcut-ingreso.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "View Charts",
      "short_name": "Charts",
      "description": "View charts and statistics",
      "url": "/index.php#graficos",
      "icons": [{ "src": "/icons/shortcut-graficos.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],

  "related_applications": [],
  "prefer_related_applications": false,

  "share_target": {
    "action": "/index.php",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": { "title": "title", "text": "text", "url": "url" }
  }
}