{
  "theme_color": "##000000",
  "background_color": "##000000",
  "icons": [
    {
      "purpose": "maskable",
      "sizes": "192x192",
      "src": "/image/web-app-manifest-192x192.png",
      "type": "image/png"
    },
    {
      "purpose": "any",
      "sizes": "512x512",
      "src": "/image/favicon-512x512.png",
      "type": "image/png"
    }
  ],
  "orientation": "any",
  "display": "standalone",
  "dir": "auto",
  "lang": "fr-FR",
  "name": "FRIMIRA",
  "short_name": "FRIMIRA",
  "start_url": "/index.html",

  "description": "Application de maintenance",
  "categories": ["news", "technology"],
  "screenshots": [
    {
      "src": "/image/favicon1080x1920.png",
      "sizes": "1536x2752",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/image/favicon1920x1080.png",
      "sizes": "2752x1536",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}
