{
  "name": "MangaApp - Plateforme de création et lecture de manga",
  "short_name": "MangaApp",
  "description": "Créez, publiez et découvrez des manga incroyables. Rejoignez notre communauté de créateurs et lecteurs passionnés.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#f97316",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "fr",
  "categories": ["entertainment", "books", "lifestyle"],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Interface principale de MangaApp"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Version mobile de MangaApp"
    }
  ],
  "shortcuts": [
    {
      "name": "Publier",
      "short_name": "Publier",
      "description": "Créer une nouvelle publication",
      "url": "/publier",
      "icons": [
        {
          "src": "/shortcut-publish.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Mon Profil",
      "short_name": "Profil",
      "description": "Voir mon profil",
      "url": "/profil",
      "icons": [
        {
          "src": "/shortcut-profile.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
