{
  "name": "LifeOS \u2014 Personal Operating System",
  "short_name": "LifeOS",
  "description": "The most advanced personal operating system. Command your entire life.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#000000",
  "theme_color": "#000000",
  "lang": "en",
  "categories": [
    "productivity",
    "lifestyle",
    "health"
  ],
  "icons": [
    {
      "src": "./icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Focus Timer",
      "short_name": "Focus",
      "description": "Start a deep work session",
      "url": "./index.html",
      "icons": [
        {
          "src": "./icon-192.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Quick Capture",
      "short_name": "Capture",
      "description": "Capture anything instantly",
      "url": "./index.html",
      "icons": [
        {
          "src": "./icon-192.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Habits",
      "short_name": "Habits",
      "description": "Check daily habits",
      "url": "./index.html",
      "icons": [
        {
          "src": "./icon-192.svg",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}