{
  "name": "Time Converter & Calculator",
  "short_name": "Time Converter",
  "description": "Professional time format converter for business calculations. Convert between decimal hours, minutes, and standard time notation with precision.",
  "start_url": "/?source=pwa",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#ffffff",
  "theme_color": "#4a90e2",
  "orientation": "any",
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Minutes to Decimal Hours",
      "short_name": "Min to Dec",
      "description": "Convert minutes to decimal hours for timesheet calculations",
      "url": "/minutes-to-decimal-hour/?source=pwa",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Decimal Hours to Minutes",
      "short_name": "Dec to Min",
      "description": "Convert decimal hours to minutes for payroll processing",
      "url": "/decimal-hour-to-minutes/?source=pwa",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Time Format Converter",
      "short_name": "Time Format",
      "description": "Convert between various time formats",
      "url": "/?source=pwa",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["utilities", "productivity", "business", "finance", "tools"],
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "prefer_related_applications": false,
  "related_applications": [],
  "screenshots": [
    {
      "src": "/screenshots/converter-desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "platform": "wide",
      "label": "Time Converter & Calculator on Desktop",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/converter-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "platform": "narrow",
      "label": "Time Converter & Calculator on Mobile",
      "form_factor": "narrow"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "handle_links": "preferred",
  "share_target": {
    "action": "/share-target/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+timeconvert",
      "url": "/convert?time=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/import/",
      "accept": {
        "text/csv": [".csv"],
        "application/vnd.ms-excel": [".xls", ".xlsx"]
      }
    }
  ]
} 
