{
  "name": "To DoYo",
  "short_name": "To DoYo",
  "description": "Tâches, post-its, calendrier et chrono.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#111111",
  "theme_color": "#111111",
  "shortcuts": [
    {
      "name": "Nouveau post-it",
      "short_name": "Post-it",
      "description": "Noter une tâche tout de suite",
      "url": "/?capture=1",
      "icons": [{ "src": "/pwa-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Dicter un post-it",
      "short_name": "Dicter",
      "description": "Créer une tâche à la voix",
      "url": "/?capture=1&voice=1",
      "icons": [{ "src": "/pwa-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Boîte de réception",
      "short_name": "Boîte",
      "description": "Ranger les notes en attente",
      "url": "/inbox",
      "icons": [{ "src": "/pwa-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "icons": [
    { "src": "/pwa-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/pwa-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/pwa-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
