{
  "name": "Sweetlog",
  "short_name": "Sweetlog",
  "description": "Free time tracking for teams. All features, no subscriptions.",
  "start_url": "/tracker",
  "display": "standalone",
  "background_color": "#1A1830",
  "theme_color": "#F59E0B",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any maskable" },
    { "src": "/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Tracker", "url": "/tracker", "description": "Start tracking time" },
    { "name": "Reports", "url": "/reports", "description": "View reports" }
  ]
}
