{
  "_comment": "Generated via template. Replace placeholder icons when real favicon set exists.",
  "name": "Scatterarrow",
  "short_name": "Scatterarrow",
  "description": "Thoughts on software development, technology, and more",
  "start_url": "/",
  "scope": "/",
  "id": "https://scatterarrow.com/",
  "lang": "en",
  "dir": "ltr",
  "display": "standalone",
  "orientation": "any",
  "prefer_related_applications": false,
  "theme_color": "#ff9a3c",
  "background_color": "#111111",
  "categories": [
    "technology",
    "software",
    "blog"
  ],
  "icons": [
    {
      "src": "/static/icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Latest Blog Posts",
      "short_name": "Blog",
      "description": "Browse recent blog posts",
      "url": "/blog/",
      "icons": [
        {
          "src": "/static/icons/link.svg",
          "sizes": "192x192",
          "type": "image/svg+xml",
          "purpose": "any"
        }
      ]
    }
  ]
}