{
  "short_name": "TZNS",
  "name": "TZNS - Timezone Converter & Meeting Scheduler",
  "description": "Free online timezone converter and meeting scheduler for global teams. Convert time zones instantly and coordinate meetings worldwide.",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon",
      "purpose": "any maskable"
    },
  { "src": "android-chrome-192x192.png", "type": "image/png", "sizes": "192x192", "purpose": "any maskable" },
  { "src": "android-chrome-512x512.png", "type": "image/png", "sizes": "512x512", "purpose": "any maskable" },
    {
      "src": "apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180",
      "purpose": "any"
    },
  { "src": "logo.png", "type": "image/png", "sizes": "512x512", "purpose": "any" }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "categories": ["productivity", "business", "utilities", "tools"],
  "lang": "en",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Convert Time",
      "short_name": "Convert",
      "description": "Quickly convert time between zones",
  "url": "/?action=convert",
      "icons": [
        {
          "src": "favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Schedule Meeting",
      "short_name": "Schedule",
      "description": "Schedule a meeting across time zones",
  "url": "/?action=schedule",
      "icons": [
        {
          "src": "favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "screenshot1.png",
      "sizes": "1280x800",
      "type": "image/png",
      "platform": "wide",
      "label": "TZNS Timezone Converter Interface"
    }
  ]
}
