{
  "id": "com.edmundchow.wheremymoneywent",
  "name": "Where My Money Went",
  "short_name": "Money Went",
  "description": "Track exactly where your money went each week. Log grocery and market purchases from your personal list, set a budget, and export your spending history to Excel.",
  "start_url": "https://where-my-money-went.pages.dev/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "any",
  "scope": "https://where-my-money-went.pages.dev/",
  "icons": [
    {
      "src": "https://where-my-money-went.pages.dev/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://where-my-money-went.pages.dev/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://where-my-money-went.pages.dev/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "label": "Where My Money Went home screen"
    }
  ]
}