{
  "name": "Drone Service",
  "short_name": "D S",
  "description": "Le meilleur c'est Drone Service !.",
  "lang": "fr",
  "dir": "ltr",
  "start_url": "/acceuil",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#317EFB",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "images/icon-192.jpeg",
      "sizes": "192x192",
      "type": "image/jpeg"
    },
    {
      "src": "images/icone-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "images/screenshot1.png",
      "sizes": "640x480",
      "type": "image/png",
      "label": "Page d'accueil"
    },
    {
      "src": "images/screenshot2.png",
      "sizes": "640x480",
      "type": "image/png",
      "label": "Espace utilisateur"
    }
  ],
  "shortcuts": [
    {
      "name": "Tableau de bord",
      "short_name": "Dashboard",
      "description": "Accès rapide au tableau de bord",
      "url": "dashboard.html",
      "icons": [
        {
          "src": "images/icone-512.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "categories": [
    "books",
    "business",
    "education",
    "entertainment",
    "finance",
    "fitness",
    "food",
    "games",
    "government",
    "health",
    "kids",
    "lifestyle",
    "magazines",
    "medical",
    "music",
    "navigation",
    "news",
    "personalization",
    "photo",
    "politics",
    "productivity",
    "security",
    "shopping",
    "social",
    "sports",
    "travel",
    "utilities",
    "weather"
  ],
  "launch_handler": {
    "client_mode": [
      "navigate-existing"
    ]
  },
  "prefer_related_applications": false
}