{
  "name": "EASYSTOCK",
  "short_name": "ES",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#hexcode",
  "theme_color": "#hexcode",
  "description": "EASYSTOCK is a Mobile Application to streamline and improve the process of inventory management for Warehouse Businesses. It is often used in retail, warehouses, and other industries where keeping track of stock levels is crucial for efficient operations. ",
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icons/Icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/Icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icons/Icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/Icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}