{
  "name": "SQLite Studio — iOS Edition",
  "short_name": "SQLite Studio",
  "description": "Free Online SQL Compiler & IDE with per-line execution, ER diagram visualizer, and results grid running SQLite in WebAssembly.",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#F2F2F7",
  "theme_color": "#007AFF",
  "icons": [
    {
      "src": "/app-icon.jpg",
      "sizes": "512x512",
      "type": "image/jpeg"
    },
    {
      "src": "/apple-touch-icon.jpg",
      "sizes": "180x180",
      "type": "image/jpeg"
    }
  ]
}
