{
  "name": "Cash Counter",
  "short_name": "Cash Counter",
  "description": "Business finance tracker for SMEs \u2014 track income, expenses and budgets",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#075E54",
  "theme_color": "#075E54",
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "categories": [
    "finance",
    "business",
    "productivity"
  ],
  "lang": "en-NG",
  "dir": "ltr",
  "scope": "/",
  "shortcuts": [
    {
      "name": "Add Income",
      "short_name": "Income",
      "description": "Record a new income entry",
      "url": "/?view=add&type=income",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Add Expense",
      "short_name": "Expense",
      "description": "Record a new expense entry",
      "url": "/?view=add&type=expense",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "any"
        }
      ]
    }
  ]
}