{
  "id": "/",
  "name": "My Budget Bestie",
  "short_name": "Budget Bestie",
  "description": "Track expenses, set budgets and crush your money goals. Your personal finance bestie 💚",
  "lang": "en",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#004d4d",
  "theme_color": "#008080",
  "orientation": "any",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "categories": ["finance", "utilities"],
  "screenshots": [
    { "src": "icons/screenshoot-1.jpg", "type": "image/jpeg", "form_factor": "narrow", "label": "Dashboard" },
    { "src": "icons/screenshoot-2.jpg", "type": "image/jpeg", "form_factor": "narrow", "label": "Spaces" },
    { "src": "icons/screenshoot-3.jpg", "type": "image/jpeg", "form_factor": "narrow", "label": "Expenses" },
    { "src": "icons/screenshoot-4.jpg", "type": "image/jpeg", "form_factor": "narrow", "label": "Budget" },
    { "src": "icons/screenshoot-5.jpg", "type": "image/jpeg", "form_factor": "narrow", "label": "Goals" },
    { "src": "icons/screenshoot-6.jpg", "type": "image/jpeg", "form_factor": "narrow", "label": "Saving Streak" }
  ],
  "shortcuts": [
    { "name": "Add Expense", "url": "/?action=add", "description": "Quickly add a new expense" },
    { "name": "Dashboard", "url": "/", "description": "View your spending dashboard" }
  ]
}
