{
  "name": "Pacilito Shop Owner",
  "short_name": "Paycilito Shops",
  "description": "Manage your shop's product listings — add, edit, and remove products.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background" :"linear-gradient(135deg,#5f72bd,#9b23ea)",
  "theme_color": "linear-gradient(135deg,#5f72bd,#9b23ea)",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
