{
  "name": "Dojo Accounting",
  "short_name": "Dojo",
  "description": "Professional accounting, tax filing, and practice management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F4EFE3",
  "theme_color": "#0B1F33",
  "orientation": "any",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    { "src": "/brand/web/dojo-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/brand/web/dojo-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/brand/web/dojo-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/brand/web/dojo-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "New Invoice",
      "url": "/accounting?action=new-invoice",
      "description": "Create a new invoice"
    },
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View dashboard"
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
