{
  "name": "Notes privées",
  "short_name": "Notes",
  "description": "Notes chiffrées, synchronisées et disponibles hors ligne.",
  "lang": "fr",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#1f1f1f",
  "theme_color": "#1b1b1b",
  "icons": [
    {
      "src": "assets/icons/icon-yellow-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-yellow-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/maskable-yellow-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}