{
  "name": "The Ledger \u2014 Property Management",
  "short_name": "Property Ledger",
  "description": "Rental bookkeeping: income, expenses, mileage and receipts across your properties, tax-ready.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#12211E",
  "theme_color": "#12211E",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Log an expense",
      "short_name": "Expense",
      "description": "Open a new expense entry",
      "url": "./index.html?add=expense",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Log a trip",
      "short_name": "Trip",
      "description": "Open a new mileage entry",
      "url": "./index.html?add=trip",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Snap a receipt",
      "short_name": "Receipt",
      "description": "New expense with the camera open",
      "url": "./index.html?add=receipt",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}