{
  "name": "Crawler Research Site",
  "short_name": "CrawlRes",
  "description": "Research site for studying web crawler behavior across different file types",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#0f1117",
  "theme_color": "#6c8cff",
  "orientation": "any",
  "icons": [
    {
      "src": "logo.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon.gif",
      "sizes": "32x32",
      "type": "image/gif"
    }
  ],
  "categories": [
    "research",
    "education"
  ],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "prefer_related_applications": false
}