{
  "name": "Financial Freedom Tracker",
  "short_name": "Freedom",
  "description": "Track three numbers. Change your whole financial life.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#FBFCF5",
  "theme_color": "#FBFCF5",
  "orientation": "portrait",
  "shortcuts": [
    {
      "name": "Close the month",
      "short_name": "Close month",
      "url": "./?close=1",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "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-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
