{
  "name": "Git Femily",
  "short_name": "GitFemily",
  "description": "The Home of the Git Community — Learn Git, explore the ecosystem, join the Family.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0a0e17",
  "background_color": "#0a0e17",
  "categories": ["education", "developer tools", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Git Ecosystem",
      "short_name": "Ecosystem",
      "description": "Explore the Git ecosystem projects",
      "url": "/#ecosystem"
    },
    {
      "name": "Git Cheatsheet",
      "short_name": "Cheatsheet",
      "description": "Essential Git commands reference",
      "url": "/#cheatsheet"
    }
  ]
}
