{
  "name": "BillRyt — Professional Billing",
  "short_name": "BillRyt",
  "description": "Invoice anyone. Get paid everywhere. Professional billing for freelancers, agencies, and SMEs across Africa and beyond.",
  "start_url": "/billryt/dashboard",
  "scope": "/billryt/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#0f2a56",
  "theme_color": "#1657AA",
  "categories": ["business", "finance", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "id": "billryt-pwa-v1",
  "icons": [
    {
      "src": "/billryt/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/billryt/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/billryt/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/billryt/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/billryt/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/billryt/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Invoice",
      "short_name": "Invoice",
      "description": "Create and send a new invoice",
      "url": "/billryt/invoices?action=new",
      "icons": [{ "src": "/billryt/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "New Quote",
      "short_name": "Quote",
      "description": "Send a price quote for approval",
      "url": "/billryt/quotes?action=new",
      "icons": [{ "src": "/billryt/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Clients",
      "short_name": "Clients",
      "description": "View your client list",
      "url": "/billryt/clients",
      "icons": [{ "src": "/billryt/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false,
  "related_applications": [],
  "edge_side_panel": { "preferred_width": 480 }
}
