{
  "name": "TaskPingX – Smart Task Management",
  "short_name": "TaskPingX",
  "description": "Smart task management with automated follow-ups via WhatsApp, Slack, Email & SMS",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='32' fill='%236366f1'/><text x='96' y='130' font-size='96' text-anchor='middle' fill='white'>✓</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='80' fill='%236366f1'/><text x='256' y='350' font-size='256' text-anchor='middle' fill='white'>✓</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business", "utilities"],
  "shortcuts": [
    {
      "name": "New Task",
      "short_name": "Add Task",
      "description": "Create a new task",
      "url": "/dashboard?action=new-task",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect width='96' height='96' rx='16' fill='%236366f1'/><text x='48' y='68' font-size='56' text-anchor='middle' fill='white'>+</text></svg>", "sizes": "96x96" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your task dashboard",
      "url": "/dashboard"
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
