{
  "name": "PixelBudget - Smart Finance & Sinking Funds",
  "short_name": "PixelBudget",
  "description": "Personal budget tracking app with monthly envelopes, custom date-range sinking funds, and visual analytics for Google Pixel 9",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "background_color": "#030712",
  "theme_color": "#4f46e5",
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "ltr",
  "categories": ["finance", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Expense",
      "short_name": "Expense",
      "description": "Quickly record a new expense",
      "url": "/?action=add-expense",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Add Income",
      "short_name": "Income",
      "description": "Log new incoming funds or paycheck",
      "url": "/?action=add-income",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Sinking Funds",
      "short_name": "Goals",
      "description": "Check custom range budget items & car insurance",
      "url": "/?tab=custom",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
