{
  "name": "RepCue - Fitness Timer",
  "short_name": "RepCue",
  "description": "A comprehensive fitness timer and workout tracking app",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "protocol_handlers": [
    {
      "protocol": "web+repcue",
      "url": "/auth/callback?token=%s"
    }
  ],
  "url_handlers": [
    {
      "origin": "*"
    }
  ],
  "theme_color": "#0096C7",
  "background_color": "#f8fafc",
  "categories": ["health", "fitness", "sports"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "favicon-48x48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Timer",
      "short_name": "Timer",
      "description": "Start a workout timer",
      "url": "/timer",
      "icons": [
        {
          "src": "android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Browse Exercises",
      "short_name": "Exercises",
      "description": "Browse available exercises",
      "url": "/exercises",
      "icons": [
        {
          "src": "android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "splash_pages": [
    {
      "src": "splash/ios-iphone5-light.png",
      "sizes": "640x1136",
      "type": "image/png",
      "media": "(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) and (prefers-color-scheme: light)"
    },
    {
      "src": "splash/ios-iphone5-dark.png", 
      "sizes": "640x1136",
      "type": "image/png",
      "media": "(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) and (prefers-color-scheme: dark)"
    },
    {
      "src": "splash/ios-iphone6-light.png",
      "sizes": "750x1334", 
      "type": "image/png",
      "media": "(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) and (prefers-color-scheme: light)"
    },
    {
      "src": "splash/ios-iphone6-dark.png",
      "sizes": "750x1334",
      "type": "image/png", 
      "media": "(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) and (prefers-color-scheme: dark)"
    },
    {
      "src": "splash/ios-iphone11-light.png",
      "sizes": "828x1792",
      "type": "image/png",
      "media": "(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) and (prefers-color-scheme: light)"
    },
    {
      "src": "splash/ios-iphone11-dark.png",
      "sizes": "828x1792", 
      "type": "image/png",
      "media": "(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) and (prefers-color-scheme: dark)"
    },
    {
      "src": "splash/ios-iphoneX-light.png",
      "sizes": "1125x2436",
      "type": "image/png",
      "media": "(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) and (prefers-color-scheme: light)"
    },
    {
      "src": "splash/ios-iphoneX-dark.png",
      "sizes": "1125x2436",
      "type": "image/png", 
      "media": "(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) and (prefers-color-scheme: dark)"
    },
    {
      "src": "splash/ios-iphone11ProMax-light.png",
      "sizes": "1242x2688",
      "type": "image/png",
      "media": "(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) and (prefers-color-scheme: light)"
    },
    {
      "src": "splash/ios-iphone11ProMax-dark.png",
      "sizes": "1242x2688", 
      "type": "image/png",
      "media": "(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) and (prefers-color-scheme: dark)"
    }
  ]
}
