{
  "name": "Buddget",
  "short_name": "Buddget",
  "description": "Your money, finally makes sense.",
  "start_url": "/",
  "scope": "/",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "display": "standalone",
  "background_color": "#0A0A0F",
  "theme_color": "#E50914",
  "orientation": "portrait",
  "shortcuts": [
    {
      "name": "Log a Purchase",
      "short_name": "Log",
      "description": "Quickly log a new expense",
      "url": "/?action=addExpense",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Budget Setup",
      "short_name": "Budget",
      "description": "Set up or adjust your budget",
      "url": "/budget-setup",
      "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.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
