{
  "name": "ShronixBill - Smart Billing",
  "short_name": "ShronixBill",
  "description": "Smart Billing Software for Every Business - GST Ready POS, Inventory, Ledger, Accounting",
  "start_url": "../dashboard.php",
  "scope": "../",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#1a73e8",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "finance", "productivity"],

  "icons": [
    {
      "src": "../assets/images/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "../assets/images/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "../assets/images/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "../assets/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "../assets/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "New Sale",
      "short_name": "Sale",
      "description": "Create a new sale invoice",
      "url": "../sale/add.php",
      "icons": [{ "src": "../assets/images/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "New Purchase",
      "short_name": "Purchase",
      "description": "Record a new purchase",
      "url": "../purchase/add.php",
      "icons": [{ "src": "../assets/images/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Products",
      "short_name": "Products",
      "description": "Manage your products",
      "url": "../products/list.php",
      "icons": [{ "src": "../assets/images/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "View business reports",
      "url": "../reports/index.php",
      "icons": [{ "src": "../assets/images/icon-96.png", "sizes": "96x96" }]
    }
  ],

  "screenshots": [],

  "related_applications": [],
  "prefer_related_applications": false
}
