{
  "name": "Casshi: Expense Tracker & Budget App",
  "short_name": "Casshi",
  "description": "Free personal finance app for tracking daily expenses, running monthly budgets and reaching savings goals. Scan a receipt or say it out loud.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#059669",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Expense",
      "short_name": "Expense",
      "description": "Record something you spent",
      "url": "/dashboard?action=add-expense",
      "icons": [
        {
          "src": "/icons/shortcuts/add-expense-96.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Add Income",
      "short_name": "Income",
      "description": "Record money you received",
      "url": "/dashboard?action=add-income",
      "icons": [
        {
          "src": "/icons/shortcuts/add-income-96.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Scan Receipt",
      "short_name": "Scan",
      "description": "Photograph a receipt and let AI fill in the form",
      "url": "/dashboard?action=scan",
      "icons": [
        {
          "src": "/icons/shortcuts/scan-receipt-96.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "View Budgets",
      "short_name": "Budgets",
      "description": "See how much of each budget is left",
      "url": "/budgets",
      "icons": [
        {
          "src": "/icons/shortcuts/budgets-96.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "View Reports",
      "short_name": "Reports",
      "description": "Charts and spending breakdowns",
      "url": "/reports",
      "icons": [
        {
          "src": "/icons/shortcuts/reports-96.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    }
  ],
  "widgets": [
    {
      "name": "Casshi Balance",
      "short_name": "Balance",
      "description": "Your balance, plus this month's income and expenses.",
      "tag": "casshi-balance",
      "template": "casshi-balance",
      "ms_ac_template": "/widgets/balance.ac.json",
      "data": "/api/widgets/balance",
      "type": "application/json",
      "auth": true,
      "update": 900,
      "screenshots": [
        {
          "src": "/icons/widgets/balance-preview.png",
          "sizes": "400x240",
          "label": "Balance, income and expenses for the month",
          "form_factor": "widget"
        }
      ],
      "icons": [
        {
          "src": "/icons/shortcuts/reports-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Casshi Quick Add",
      "short_name": "Quick Add",
      "description": "Add income, add an expense, or scan a receipt.",
      "tag": "casshi-quick-add",
      "template": "casshi-quick-add",
      "ms_ac_template": "/widgets/quick-add.ac.json",
      "data": "/api/widgets/quick-add",
      "type": "application/json",
      "auth": false,
      "update": 86400,
      "screenshots": [
        {
          "src": "/icons/widgets/quick-add-preview.png",
          "sizes": "300x300",
          "label": "Buttons to add income, add an expense, or scan a receipt",
          "form_factor": "widget"
        }
      ],
      "icons": [
        {
          "src": "/icons/shortcuts/scan-receipt-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Casshi Budgets",
      "short_name": "Budgets",
      "description": "The three budgets closest to their limit.",
      "tag": "casshi-budget",
      "template": "casshi-budget",
      "ms_ac_template": "/widgets/budget.ac.json",
      "data": "/api/widgets/budgets",
      "type": "application/json",
      "auth": true,
      "update": 900,
      "screenshots": [
        {
          "src": "/icons/widgets/budget-preview.png",
          "sizes": "500x300",
          "label": "Three budgets with progress bars",
          "form_factor": "widget"
        }
      ],
      "icons": [
        {
          "src": "/icons/shortcuts/budgets-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
