{
  "name": "Obel",
  "short_name": "Obel",
  "description": "Coffee productivity companion for deep work, habit tracking, and focus sessions.",
  "theme_color": "#100d12",
  "background_color": "#100d12",
  "display": "standalone",
  "orientation": "portrait",
  "categories": ["productivity", "utilities", "lifestyle"],
  "icons": [
    {
      "src": "obel.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "obel.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "obel.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "obel.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Task",
      "short_name": "New",
      "description": "Quickly create a new task",
      "url": "/tasks?action=new",
      "icons": [{ "src": "obel.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Focus Timer",
      "short_name": "Focus",
      "description": "Start a focus session",
      "url": "/pomodoro",
      "icons": [{ "src": "obel.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
