
  {
  "short_name": "Visual Panel.fr",
  "name": "VisualPanel.art - peinture et tableau sur panneau bois design",
  "icons": [
    {
      "src": "/images/interface/icon/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/images/interface/icon/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/images/interface/icon/icon-384x384.png",  // Optional: additional icon size
      "sizes": "384x384",
      "type": "image/png"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#007BFF",
  "orientation": "portrait",  // Optional: control the screen orientation
  "description": "Découvrez des peintures et tableaux modernes sur panneau bois avec Visual Panel.art, votre destination pour le design artistique.",
  "lang": "fr",  // Specify the language of the app
  "scope": "/",  // Limit the navigation scope of the app
  "related_applications": [ // Optional: link to native applications
    {
      "platform": "web",
      "url": "https://visualpanel.fr"
    },
    {
      "platform": "play",
      "id": "com.example.visualpanel"  // Example ID for Play Store
    }
  ],
  "prefer_related_applications": false  // Specify whether to prefer related applications
}
