{
  "name": "AIWA Store Admin",
  "short_name": "AIWA Store Admin",
  "description": "The screenshot shows the required product title is empty, but the validation message renders behind the modal. Show the error inside the product modal, mark the title required, clear stale messages on input, and preserve sequential compressed photo uploads.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "any",
  "icons": [
    {
      "src": "https://appdeploy.ai/assets/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://appdeploy.ai/assets/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "scope": "./"
}