{
  "name": "A Cup Of Run - Pace Calculator",
  "short_name": "Pace Calculator",
  "description": "Calculate running pace and time goals for races. Works offline with voice input support.",
  "start_url": "/pace",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "/favicon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["sports", "fitness", "health"],
  "lang": "en",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Marathon Calculator",
      "short_name": "Marathon",
      "description": "Calculate marathon pace and time",
      "url": "/pace/marathon",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Half Marathon Calculator",
      "short_name": "Half Marathon",
      "description": "Calculate half marathon pace and time",
      "url": "/pace/half-marathon",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "5K Calculator",
      "short_name": "5K",
      "description": "Calculate 5K pace and time",
      "url": "/pace/5k",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Training Charts",
      "short_name": "Charts",
      "description": "View pace training charts",
      "url": "/pace/charts",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/pace-calculator-mobile.png",
      "sizes": "320x640",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/pace-calculator-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}