{
  "name": "Timenox - Attendance Tracking",
  "short_name": "Timenox",
  "description": "Attendance tracking system with location and photo verification. Browser-based. No hardware required.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
      "theme_color": "#0ABA97",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "utilities"],
  "lang": "en",
  "scope": "/",
  "icons": [
    {
      "src": "/logo.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.jpg", 
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/logo.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "platform": "wide",
      "label": "Timenox Attendance Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Free Trial",
      "short_name": "Free Trial",
      "description": "Start 14-day free trial of attendance tracking system",
      "url": "/?action=trial",
      "icons": [
        {
          "src": "/logo.jpg",
          "sizes": "96x96",
          "type": "image/jpeg"
        }
      ]
    },
    {
      "name": "View Pricing",
      "short_name": "Pricing",
      "description": "View attendance tracking pricing plans",
      "url": "/pricing",
      "icons": [
        {
          "src": "/logo.jpg",
          "sizes": "96x96", 
          "type": "image/jpeg"
        }
      ]
    }
  ]
} 