{
  "name": "Oryx Books",
  "short_name": "Oryx",
  "description": "Free invoicing, statements, stock and lending for Namibian businesses. Works offline; your books stay on your device.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f7f7f5",
  "theme_color": "#2C3AA0",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "New invoice", "url": "./#/documents/new/invoice" },
    { "name": "Quick sale", "url": "./#/pos" },
    { "name": "Record payment", "url": "./#/payments/new" }
  ]
}
