{
  "name": "Flow Notepad",
  "short_name": "FlowNote",
  "description": "Secure, private online notepad with local encryption.",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "icons": [
    {
      "src": "fn.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "fn.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}