{
  "name": "5ive Budgets",
  "short_name": "5ive",
  "description": "5ive Budgets hilft dir, deine Ausgaben zu verwalten und Budgets zu planen.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f9f9f9",
  "theme_color": "#0066cc",
  "lang": "de",
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Ausgabe erfassen",
      "short_name": "Ausgabe",
      "url": "./index.html?action=addExpense",
      "icons": [{ "src": "favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
