{
  "$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/web-manifest.json",
  "background_color": "#FFFFFF",
  "description": "Your personal finance manager",
  "display": "standalone",
  "icons": [
    {
      "sizes": "192x192",
      "src": "/icons/192.png",
      "type": "image/png"
    },
    {
      "sizes": "512x512",
      "src": "/icons/512.png",
      "type": "image/png"
    }
  ],
  "id": "/?source=pwa",
  "name": "My Money",
  "scope": "/",
  "short_name": "My Money",
  "shortcuts": [
    {
      "description": "Display latest operations",
      "name": "View Operations",
      "short_name": "Operations",
      "url": "/operations/"
    }
  ],
  "start_url": "/",
  "theme_color": "#FFFFFF"
}
