{
  "name": "NoteFlow 2.0",
  "short_name": "NoteFlow",
  "description": "AI-powered markdown notes with GitHub sync",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0c0c1a",
  "theme_color": "#5b50e8",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='112' fill='%235b50e8'/><text x='256' y='360' font-size='320' text-anchor='middle' fill='white'>✦</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Note",
      "short_name": "New",
      "description": "Create a new note",
      "url": "/?action=new",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": []
}
