{
  "name": "Basic Coding Concepts — Noduly",
  "short_name": "Coding 101",
  "description": "Learn variables, loops, conditionals, functions, arrays and more — language-agnostic with side-by-side Python / JavaScript / Java syntax, an interactive trace, and quizzes.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0e1a",
  "theme_color": "#4F46E5",
  "lang": "en",
  "icons": [
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='32' fill='%230a0e1a'/><path d='M70 60 L40 96 L70 132 M122 60 L152 96 L122 132' stroke='%234F46E5' stroke-width='14' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='80' fill='%230a0e1a'/><path d='M190 160 L100 256 L190 352 M322 160 L412 256 L322 352' stroke='%234F46E5' stroke-width='38' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
