{
  "short_name": "Time Trakr",
  "name": "Time Trakr Lite - Time Tracking",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "./index.html",
  "scope": ".",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#007bff",
  "background_color": "#f9f9f9",
  "description": "A simple time tracking app for tracking work hours, projects, tasks, and locations.",
  "categories": ["productivity", "business", "utilities"],
  "shortcuts": [
    {
      "name": "Clock In",
      "short_name": "Clock In",
      "description": "Clock in to start tracking time",
      "url": "./index.html?action=clock-in"
    },
    {
      "name": "Clock Out",
      "short_name": "Clock Out",
      "description": "Clock out to stop tracking time",
      "url": "./index.html?action=clock-out"
    },
    {
      "name": "Voice Command",
      "short_name": "Voice",
      "description": "Add time entry with voice command",
      "url": "./index.html?voice=true"
    }
  ],
  "screenshots": [],
  "related_applications": [],
  "prefer_related_applications": false
}
