{
  "name": "Shop Record Book - M-Pesa, Bank & Shoes",
  "short_name": "Shop Records",
  "description": "Daily funds balances, M-Pesa agent, bank agency, shoe sales, inventory, expenditure, debtors and creditors",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#E91E63",
  "theme_color": "#C2185B",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}