{
  "name": "My Tracker",
  "short_name": "Tracker",
  "description": "No-Code Project Management with Custom Fields for Teams",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6D5EF7",
  "icons": [
    { "src": "/favicon-32.png",  "sizes": "32x32",   "type": "image/png" },
    { "src": "/favicon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/favicon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "My Tasks",  "short_name": "Tasks",     "url": "/my-tasks", "description": "View your assigned tasks" },
    { "name": "New Board", "short_name": "New Board",  "url": "/?new=board", "description": "Create a new board" },
    { "name": "Inbox",     "short_name": "Inbox",      "url": "/inbox",    "description": "View notifications" },
    { "name": "Goals",     "short_name": "Goals",      "url": "/goals",    "description": "Track your goals" }
  ],
  "categories": ["productivity", "business"],
  "lang": "en",
  "dir": "ltr"
}
