{
  "name": "Learnings — personal learning journal",
  "short_name": "Learnings",
  "description": "Course notebooks from reusable templates, with a coach that reads what you wrote.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f8f9fb",
  "theme_color": "#7fb2dd",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/static/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    { "name": "Today", "url": "/", "description": "Streak, tasks and what to write next" },
    { "name": "Notebooks", "url": "/notebooks/", "description": "Everything you are keeping" },
    { "name": "Tasks", "url": "/practice/tasks/", "description": "What the coach assigned" }
  ]
}
