{
  "name": "CodeFlow",
  "short_name": "CodeFlow",
  "description": "Programming concepts, finally clicked. Visual, interactive Head First-style lessons.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#F5F1E8",
  "theme_color": "#1B4D3E",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "productivity"],
  "shortcuts": [
    {
      "name": "Playground",
      "short_name": "Playground",
      "description": "Open the live code playground.",
      "url": "/play/",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Library",
      "short_name": "Library",
      "description": "Browse the curated programming book library.",
      "url": "/library/",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Glossary",
      "short_name": "Glossary",
      "description": "Look up programming terms in plain English.",
      "url": "/glossary/",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Algorithms",
      "short_name": "Algorithms",
      "description": "Watch algorithms run, line by line.",
      "url": "/algorithms/",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "share_target": {
    "action": "/play/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "code",
      "url": "url"
    }
  },
  "screenshots": [
    {
      "src": "/screenshots/wide-1280x720.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "CodeFlow desktop view"
    },
    {
      "src": "/screenshots/narrow-750x1334.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "CodeFlow mobile view"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "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-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
