{
  "name": "JS Memory Management",
  "short_name": "MemoryMgmt",
  "description": "JavaScript Memory Management & Performance Profiling — profiling, heap analysis, GC tuning, and DevTools workflows.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#16a34a",
  "background_color": "#fafff5",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/icons/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Browser DevTools Profiling",
      "url": "/browser-devtools-performance-profiling-workflows/",
      "description": "DevTools profiling workflows"
    },
    {
      "name": "JS Memory Fundamentals",
      "url": "/javascript-memory-fundamentals-runtime-mechanics/",
      "description": "JavaScript memory & V8 internals"
    }
  ]
}

