{
  "name": "Neonov Shop",
  "short_name": "Neonov",
  "description": "Marketplace Neonov Shop",
  "lang": "fr",
  "start_url": "./index.php?page=home",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f8fafc",
  "theme_color": "#7C3AED",
  "icons": [
    {
      "src": "./pwa-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./pwa-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}