{
  "name": "Taodo — flow with your tasks",
  "short_name": "Taodo",
  "description": "A calm, Tao-inspired todo app. Brain-dump tasks, let the app draw one, do it in gentle timed spans.",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1e2229",
  "theme_color": "#1e2229",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "New task",
      "short_name": "New task",
      "description": "Add a task to the stream",
      "url": "./?capture=1"
    }
  ]
}
