{
  "name": "EscherOS",
  "short_name": "EscherOS",
  "description": "Escher's Personal Portfolio — an interactive macOS-inspired desktop experience.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "any",
  "lang": "en",
  "categories": ["portfolio", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/ram-sticks-icon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/ram-sticks-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/ram-sticks-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "About Me",
      "url": "/?open=about",
      "description": "Open the About Me window"
    },
    {
      "name": "Projects",
      "url": "/?open=projects",
      "description": "Browse projects"
    }
  ]
}
