{
  "name": "Farlio",
  "short_name": "Farlio",
  "description": "Expense tracking & tax tools for U.S. contractors and freelancers",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#020617",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "categories": ["finance", "business", "productivity"],
  "lang": "en-US",
  "icons": [
    {
      "src": "/icon",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-icon",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Upload expense",
      "url": "/dashboard",
      "description": "Upload a new receipt"
    },
    {
      "name": "New invoice",
      "url": "/invoices/new",
      "description": "Create a new invoice"
    },
    {
      "name": "Quarterly taxes",
      "url": "/estimated-taxes",
      "description": "View quarterly estimated taxes"
    }
  ]
}
