{
  "name": "Oh My Kitty",
  "short_name": "Oh My Kitty",
  "description": "Intimate care, naturally.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fff9f6",
  "theme_color": "#f3a99d",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "POS sale",
      "short_name": "POS",
      "description": "Open the point-of-sale screen",
      "url": "/pos",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Admin dashboard",
      "short_name": "Admin",
      "description": "Open the admin portal",
      "url": "/admin",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
