{
  "name": "Kit - Productivity Tracker",
  "short_name": "Kit",
  "description": "Track goals, habits, and productivity with smart insights",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FFF8F0",
  "theme_color": "#FF6B35",
  "categories": ["productivity", "lifestyle", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Home Screen"
    },
    {
      "src": "/screenshots/goals.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Goals View"
    },
    {
      "src": "/screenshots/widget.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Home Screen Widget"
    }
  ],
  "shortcuts": [
    {
      "name": "Add New Task",
      "short_name": "Add Task",
      "description": "Quick add a new task to your list",
      "url": "/tasks/new",
      "icons": [
        {
          "src": "/icons/shortcut-task.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Start Focus Session",
      "short_name": "Focus",
      "description": "Start a focused work session",
      "url": "/focus",
      "icons": [
        {
          "src": "/icons/shortcut-focus.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Check Habits",
      "short_name": "Habits",
      "description": "View and complete your daily habits",
      "url": "/habits",
      "icons": [
        {
          "src": "/icons/shortcut-habits.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Statistics",
      "short_name": "Stats",
      "description": "See your productivity statistics",
      "url": "/stats",
      "icons": [
        {
          "src": "/icons/shortcut-stats.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "widgets": [
    {
      "name": "Kit Quick View",
      "short_name": "Kit Widget",
      "description": "Quick view of your productivity stats with quick actions",
      "tag": "kit-widget",
      "template": "widget.html",
      "data": "/api/widget-data",
      "type": "application/json",
      "icons": [
        {
          "src": "/icons/widget-96.png",
          "sizes": "96x96",
          "type": "image/png"
        },
        {
          "src": "/icons/widget-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "screenshots": [
        {
          "src": "/screenshots/widget-light.png",
          "sizes": "320x400",
          "type": "image/png",
          "label": "Light Mode Widget"
        },
        {
          "src": "/screenshots/widget-dark.png",
          "sizes": "320x400",
          "type": "image/png",
          "label": "Dark Mode Widget"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/tasks/new",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "description",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+kitapp",
      "url": "/handle?url=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "application/json": [".json"],
        "text/csv": [".csv"]
      }
    }
  ],
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "browser"
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
