{
  "name": "Ink Splatter Memo",
  "short_name": "InkSplatter",
  "description": "A watercolor ink bleeding memo board where typing drops virtual ink droplets that seep into mulberry paper fibers.",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#e6dfd3",
  "theme_color": "#b22222",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "scope": "./"
}