{
  "name": "BoringCode.dev - Open Source Development Tools",
  "short_name": "BoringCode.dev",
  "description": "We write the boring stuff, so you don't have to. Discover our collection of open source development tools and generators.",
  "start_url": "/?utm_source=pwa",
  "display": "standalone",
  "background_color": "#111827",
  "theme_color": "#111827",
  "categories": ["developer", "productivity", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "BoringCode.dev desktop view"
    }
  ],
  "shortcuts": [
    {
      "name": "View GitHub Organization",
      "short_name": "GitHub",
      "description": "View all repositories on GitHub",
      "url": "https://github.com/boringcode-dev",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
