{
  "name": "Emrys — Developer Portfolio & Blog",
  "short_name": "Emrys",
  "description": "Technical blog and portfolio: mobile-first PWAs, Firebase, and offline-first architecture.",
  "id": "/",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0A0C10",
  "theme_color": "#0A0C10",
  "orientation": "any",
  "lang": "en",
  "categories": ["education", "developer", "news"],
  "icons": [
    {
      "src": "https://cdn-icons-png.flaticon.com/512/1005/1005141.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://cdn-icons-png.flaticon.com/512/1005/1005141.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Read the blog",
      "short_name": "Blog",
      "url": "/blog/index.html",
      "description": "Latest technical articles"
    },
    {
      "name": "Code playground",
      "short_name": "Playground",
      "url": "/playground.html",
      "description": "Run JavaScript or Python in the browser"
    },
    {
      "name": "Projects",
      "short_name": "Projects",
      "url": "/projects.html",
      "description": "Portfolio and case studies"
    }
  ]
}
