{
  "name": "Pixeliser – Pixelisation d’image 100% locale",
  "short_name": "Pixeliser",
  "description": "Pixelisez vos images (PNG, JPEG, WebP) directement dans le navigateur, sans envoi serveur, sans tracking, 100% confidentiel et gratuit.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0d0d0d",
  "theme_color": "#0066ff",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "utilities",
    "productivity",
    "photo-editing",
    "privacy"
  ],
  "dir": "auto",
  "lang": "fr",
  "prefer_related_applications": false,
  "related_applications": [],
  "screenshots": [
    {
      "src": "/pixeliser-screenshot-1.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Interface de pixelisation en action"
    },
    {
      "src": "/pixeliser-screenshot-2.webp",
      "sizes": "750x1334",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Pixeliser sur mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Pixeliser une image",
      "short_name": "Pixeliser",
      "description": "Ouvrir l’outil de pixelisation",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}