{
  "id": "./",
  "name": "Cooking Meals Book",
  "short_name": "Cooking Meals",
  "description": "Recettes, planification des repas et liste d’épicerie.",
  "lang": "fr-CA",
  "start_url": "./index.php?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#fffaf5",
  "theme_color": "#e85d04",
  "icons": [
    { "src": "assets/pwa/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "assets/pwa/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Liste d’épicerie",
      "short_name": "Épicerie",
      "url": "shopping-list.php?source=pwa",
      "icons": [{ "src": "assets/pwa/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
