{
  "name": "IT Tools",
  "short_name": "it-tools",
  "start_url": "/?utm_source=pwa&utm_medium=pwa",
  "display": "standalone",
  "background_color": "#f1f5f9",
  "lang": "fr-FR",
  "scope": "/",
  "description": "Aggregated set of useful tools for developers.",
  "orientation": "any",
  "theme_color": "#18a058",
  "icons": [
    { "src": "/favicon-16x16.png", "type": "image/png", "sizes": "16x16" },
    { "src": "/favicon-32x32.png", "type": "image/png", "sizes": "32x32" },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
