{
  "id": "/",
  "name": "Chriki Retail Management",
  "short_name": "Chriki Retail",
  "theme_color": "#1E96F7",
  "background_color": "#ffffff",
  "display": "standalone",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "assets/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "orientation": "portrait-primary",
  "description": "Chriki App for Retail Management - Point of Sale, inventory and employees management",
  "categories": ["business", "productivity"],
  "screenshots": [
    {
      "src": "assets/images/landingpage.png",
      "sizes": "2560x1379",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Chriki Retail Management Desktop View"
    },
    {
      "src": "assets/images/landingpage.png",
      "sizes": "2560x1379",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Chriki Retail Management Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View dashboard",
      "url": "/app/dashboard",
      "icons": [
        {
          "src": "assets/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
