{
  "name": "Strive — Diamix",
  "short_name": "Strive",
  "description": "Développement personnel gamifié. Soyez la personne que vous respectez.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#6c63ff",
  "lang": "fr",
  "categories": ["lifestyle", "productivity"],
  "icons": [
    {
      "src": "img/icon%202.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Tracker",
      "short_name": "Tracker",
      "description": "Tracker d'habitudes",
      "url": "/tracker.html",
      "icons": [{ "src": "img/icon%202.png", "sizes": "512x512" }]
    },
    {
      "name": "Pomodoro",
      "short_name": "Pomodoro",
      "description": "Timer de concentration",
      "url": "/pomodoro.html",
      "icons": [{ "src": "img/icon%202.png", "sizes": "512x512" }]
    },
    {
      "name": "To-Do",
      "short_name": "To-Do",
      "description": "Liste de tâches",
      "url": "/todo.html",
      "icons": [{ "src": "img/icon%202.png", "sizes": "512x512" }]
    }
  ]
}
