{
  "name": "tumblit",
  "short_name": "tumblit",
  "description": "Productivity platform with tasks, habits, and time tracking",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#ff6b35",
  "background_color": "#000000",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Log Food",
      "short_name": "Log Food",
      "description": "Open the food log",
      "url": "/#health?view=food",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Quick Task",
      "short_name": "Add Task",
      "description": "Add a new task",
      "url": "/#tasks",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Sleep Timer",
      "short_name": "Sleep",
      "description": "Open sleep tracking",
      "url": "/#health?view=sleep",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Open Journal",
      "short_name": "Journal",
      "description": "Open daily journal",
      "url": "/#journal",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "share_target": {
    "action": "/#share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
