{
  "name": "SpendPin",
  "short_name": "SpendPin",
  "description": "Log what you spent, where you spent it.",
  "//": "start_url carries ?add=1 so launching from the home screen opens the amount keypad directly, rather than a summary you have to tap past.",
  "start_url": "/?add=1",
  "scope": "/",
  "display": "standalone",
  "background_color": "#12131a",
  "theme_color": "#12131a",
  "orientation": "portrait",
  "shortcuts": [
    {
      "name": "Add expense",
      "short_name": "Add",
      "description": "Log a purchase now",
      "url": "/?add=1",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "This month",
      "short_name": "Month",
      "description": "See what you've spent",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "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-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
