{
  "name": "Sequence — A calmer to-do for ADHD brains",
  "short_name": "Sequence",
  "description": "An ADHD-friendly to-do app that surfaces one thing at a time, learns what you actually finish, and forgives what you don't.",
  "start_url": "./Sequence.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0908",
  "theme_color": "#0a0908",
  "categories": ["productivity", "lifestyle", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Brain dump",
      "short_name": "Capture",
      "description": "Drop a task in without thinking",
      "url": "./Sequence.html?action=capture"
    }
  ]
}
