{
  "name": "Sleep Calculator",
  "short_name": "SleepCalc",
  "description": "Calculate your ideal bedtime and wake-up time based on 90-minute sleep cycles by Atlasna Tech",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a1628",
  "theme_color": "#0a1628",
  "orientation": "portrait",
  "icons": [
    {
      "src": "./images/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./images/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["health", "lifestyle", "utilities"],
  "lang": "en-US",
  "dir": "ltr"
}

