{
  "name": "Habit Block Builder",
  "short_name": "BlockBuilder",
  "description": "A 1x1 minimalist widget where checking off habits drops 2D physical blocks to build a stacking tower.",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#121212",
  "theme_color": "#ffffff",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "scope": "./"
}