{
  "name": "CommonMark Interactive Handbook",
  "short_name": "CM Handbook",
  "description": "A worked-example comparison of MdFlow, markdown-it, and the CommonMark 0.31.2 spec across 150+ examples in 26 sections.",
  "start_url": "https://commonmark-handbook.example/en/",
  "scope": "https://commonmark-handbook.example/",
  "display": "standalone",
  "orientation": "any",
  "lang": "en",
  "theme_color": "#B9321C",
  "background_color": "#F7F4EC",
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "education",
    "productivity",
    "developer tools"
  ]
}