{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Qwik Tailwind Boilerplate",
  "short_name": "Qwik Boilerplate",
  "id": "/",
  "start_url": "/th/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f4f4f4",
  "theme_color": "#1f2937",
  "description": "High-quality Qwik and Tailwind boilerplate with i18n support.",
  "icons": [
    {
      "src": "/favicon.ico",
      "type": "image/x-icon",
      "sizes": "16x16"
    }
  ]
}
