{
  "name": "ExternalizeIt",
  "short_name": "ExternalizeIt",
  "description": "Externalize your brain. One place for tasks, habits, and goals. Built for brains that think differently.",
  "start_url": "/app/unified",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#191918",
  "theme_color": "#191918",
  "orientation": "any",
  "id": "/app/unified",
  "categories": ["productivity", "lifestyle", "utilities"],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's View",
      "short_name": "Today",
      "description": "Jump to today's habits and tasks",
      "url": "/app/unified?filter=today",
      "icons": [{ "src": "/icons/shortcut-add-habit.png", "sizes": "96x96" }]
    },
    {
      "name": "Rewards",
      "short_name": "Rewards",
      "description": "View your earned rewards",
      "url": "/app/unified?filter=rewards",
      "icons": [{ "src": "/icons/shortcut-rewards.png", "sizes": "96x96" }]
    },
    {
      "name": "Notes",
      "short_name": "Notes",
      "description": "Open your notes",
      "url": "/app/notes"
    },
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "description": "Quick capture inbox",
      "url": "/app/unified?filter=inbox"
    }
  ]
}
