{
  "name": "to-do.me",
  "short_name": "to-do.me",
  "id": "/",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#FAF8F5",
  "theme_color": "#FAF8F5",
  "description": "Speak or type freely. to-do.me organizes your thoughts into a clean dashboard with items, tags, and dates.",
  "categories": ["productivity", "utilities", "lifestyle"],
  "lang": "en",
  "dir": "ltr",
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "handle_links": "preferred",
  "edge_side_panel": {},
  "icons": [
    {
      "src": "/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/app-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Capture a thought",
      "short_name": "Capture",
      "description": "Open the capture screen to speak or type a new thought.",
      "url": "/app",
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "Open your calendar full screen.",
      "url": "/board?mode=calendar",
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Floating views",
      "short_name": "Views",
      "description": "Open your small floating to-do.me windows.",
      "url": "/views",
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192" }]
    }
  ],
  "widgets": [
    {
      "name": "To-do list",
      "short_name": "To-do list",
      "description": "See your next to-do.me reminders at a glance.",
      "tag": "todoer-reminders",
      "template": "reminders",
      "ms_ac_template": "/widgets/reminders-template.json",
      "data": "/widgets/reminders-data.json",
      "type": "application/json",
      "auth": false,
      "update": 900,
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192" }],
      "screenshots": [
        {
          "src": "/widgets/reminders-screenshot.png",
          "sizes": "944x558",
          "label": "Upcoming reminders at a glance"
        }
      ]
    },
    {
      "name": "Today",
      "short_name": "Today",
      "description": "Everything due today, at a glance.",
      "tag": "todoer-today",
      "template": "today",
      "ms_ac_template": "/widgets/today-template.json",
      "data": "/widgets/today-data.json",
      "type": "application/json",
      "auth": false,
      "update": 900,
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192" }],
      "screenshots": [
        {
          "src": "/widgets/reminders-screenshot.png",
          "sizes": "944x558",
          "label": "Today's items at a glance"
        }
      ]
    },
    {
      "name": "This week",
      "short_name": "This week",
      "description": "The next seven days, grouped by day.",
      "tag": "todoer-week",
      "template": "week",
      "ms_ac_template": "/widgets/week-template.json",
      "data": "/widgets/week-data.json",
      "type": "application/json",
      "auth": false,
      "update": 900,
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192" }],
      "screenshots": [
        {
          "src": "/widgets/reminders-screenshot.png",
          "sizes": "944x558",
          "label": "The week ahead at a glance"
        }
      ]
    },
    {
      "name": "Quick capture",
      "short_name": "Capture",
      "description": "One tap to open to-do.me and speak a thought.",
      "tag": "todoer-capture",
      "template": "capture",
      "ms_ac_template": "/widgets/capture-template.json",
      "data": "/widgets/capture-data.json",
      "type": "application/json",
      "auth": false,
      "update": 86400,
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192" }],
      "screenshots": [
        {
          "src": "/widgets/reminders-screenshot.png",
          "sizes": "944x558",
          "label": "Open to-do.me and speak"
        }
      ]
    }
  ]
}

