{
  "name": "UnoTask — One focus at a time",
  "short_name": "UnoTask",
  "description": "A luxurious, ritual-driven daily task app with Eisenhower prioritization, streaks, and gentle nudges.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "icons": [
    {
      "src": "/brand/unotask-app-icon.png",
      "sizes": "192x192 512x512 1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/unotask-app-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New task",
      "short_name": "New",
      "description": "Quick capture a new task",
      "url": "/today?add=1",
      "icons": [{ "src": "/brand/unotask-app-icon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Matrix",
      "short_name": "Matrix",
      "description": "Open the Eisenhower matrix",
      "url": "/matrix",
      "icons": [{ "src": "/brand/unotask-app-icon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Evening Close",
      "short_name": "Close",
      "description": "Reflect and close the day",
      "url": "/today?close=1",
      "icons": [{ "src": "/brand/unotask-app-icon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Week Review",
      "short_name": "Week",
      "description": "See this week's reflection",
      "url": "/week",
      "icons": [{ "src": "/brand/unotask-app-icon.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/today",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "shared_title",
      "text": "shared_text",
      "url": "shared_url"
    }
  }
}
