{
  "name": "Budget Buddy - Personal Finance",
  "short_name": "Budget Buddy",
  "description": "Track income, expenses, and budgets across multiple accounts with cloud sync and offline support.",
  "start_url": "./",
  "scope": "./",
  "id": "./",

  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],

  "background_color": "#11182B",
  "theme_color": "#16A34A",

  "orientation": "any",
  "lang": "en-US",
  "dir": "ltr",

  "categories": ["finance", "productivity", "lifestyle"],

  "icons": [
    {
      "src": "icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "icon.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Budget Buddy Dashboard"
    },
    {
      "src": "icon.png",
      "sizes": "1024x768",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Budget Buddy on desktop"
    }
  ],

  "shortcuts": [
    {
      "name": "Add Income",
      "short_name": "Income",
      "description": "Jump straight to logging income",
      "url": "./?action=add-income",
      "icons": [{ "src": "icon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Add Expense",
      "short_name": "Expense",
      "description": "Jump straight to logging an expense",
      "url": "./?action=add-expense",
      "icons": [{ "src": "icon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "View Reports",
      "short_name": "Reports",
      "description": "Open monthly spending reports",
      "url": "./?view=reports",
      "icons": [{ "src": "icon.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],

  "share_target": {
    "action": "./",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },

  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },

  "prefer_related_applications": false
}
