{
  "id": "/",
  "name": "DayKeep",
  "short_name": "DayKeep",
  "description": "Lists, tasks and subtasks with due dates, reminders and repeats, plus a cross-list calendar, event tracking and workouts. Works offline and syncs across your devices.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "launch_handler": { "client_mode": "focus-existing" },
  "background_color": "#f4f8f5",
  "theme_color": "#1f6b4a",
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Add a task",
      "short_name": "Add task",
      "description": "Open DayKeep with the add-task composer focused",
      "url": "/?compose=1",
      "icons": [{ "src": "/static/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "screenshots": [
    { "src": "/static/landing/list-full-light.webp", "sizes": "1800x1125", "type": "image/webp", "form_factor": "wide", "label": "A DayKeep list with tasks grouped by due date" },
    { "src": "/static/landing/phone-list-light.webp", "sizes": "840x1818", "type": "image/webp", "form_factor": "narrow", "label": "DayKeep on a phone" }
  ],
  "icons": [
    { "src": "/static/icons/icon-48x48.png", "sizes": "48x48", "type": "image/png" },
    { "src": "/static/icons/icon-72x72.png", "sizes": "72x72", "type": "image/png" },
    { "src": "/static/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" },
    { "src": "/static/icons/icon-144x144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "/static/icons/icon-180x180.png", "sizes": "180x180", "type": "image/png" },
    { "src": "/static/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/static/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/static/icons/maskable-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/static/icons/maskable-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
