{
  "id": "/",
  "name": "Ntuthukho Invoicing",
  "short_name": "Invoicing",
  "description": "Invoices, quotes and payments for Ntuthukho Business Solutions",
  "start_url": "/index.php?p=dashboard&source=app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f4f6f1",
  "theme_color": "#548235",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {"src": "/assets/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any"},
    {"src": "/assets/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any"},
    {"src": "/assets/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable"}
  ],
  "shortcuts": [
    {"name": "New invoice", "url": "/index.php?p=edit&type=invoice", "icons": [{"src": "/assets/icon-96.png", "sizes": "96x96"}]},
    {"name": "New quote", "url": "/index.php?p=edit&type=quote", "icons": [{"src": "/assets/icon-96.png", "sizes": "96x96"}]},
    {"name": "Invoices owed", "url": "/index.php?p=invoices&f=unpaid", "icons": [{"src": "/assets/icon-96.png", "sizes": "96x96"}]}
  ]
}
