{
  "name": "pgref.dev — PostgreSQL Reference",
  "short_name": "pgref.dev",
  "description": "PostgreSQL function reference, SQL Playground, Schema Builder, and more — all offline-capable.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "any",
  "icons": [],
  "categories": ["productivity", "developer", "education"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "SQL Playground",
      "url": "/playground",
      "description": "Run PostgreSQL queries in the browser"
    },
    {
      "name": "Schema Builder",
      "url": "/schema-builder",
      "description": "Design tables and generate DDL"
    }
  ]
}
