{
  "name": "Text Crystallizer",
  "short_name": "TextCrystal",
  "description": "Write memo text and watch letters fall as 2D rigid bodies that slowly crystallize into ice structures on the bottom.",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#f9f9f9",
  "theme_color": "#111111",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "scope": "./"
}