{
  "name": "ChronoCalc - Android Time Calculator",
  "short_name": "ChronoCalc",
  "description": "Smart Time, Duration, Work Hours, and Date Calculator for Android",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#4f46e5",
  "scope": "./",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "./icons/icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Time Math",
      "short_name": "Math",
      "description": "Add or subtract hours, minutes, and seconds",
      "url": "./index.html?tab=math",
      "icons": [{ "src": "./icons/icon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Work Shift & Pay",
      "short_name": "Work Pay",
      "description": "Calculate work hours and earnings",
      "url": "./index.html?tab=work",
      "icons": [{ "src": "./icons/icon.svg", "sizes": "96x96" }]
    }
  ]
}
