{
  "name": "Skco Mart - The big online store for kids",
  "short_name": "Skco Mart",
  "description": "The big online store for kids - Toys, Books, Clothes and more!",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#ffffff",
  "theme_color": "#e8007c",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "./images/logo/cocokids-icon-pwa.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./images/logo/cocokids-icon-pwa.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "shopping",
    "ecommerce"
  ],
  "shortcuts": [
    {
      "name": "Home",
      "url": "/",
      "icons": [
        {
          "src": "./images/logo/cocokids-icon-pwa.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}