{
  "name": "Online SQL Compiler - Browser SQL Studio",
  "short_name": "SQL Compiler",
  "description": "Free online SQL editor and compiler for practicing SQL queries with no sign-in required.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1f2937",
  "theme_color": "#1f2937",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["developer", "education", "productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "SQL Practice Online - Desktop View"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SQL Practice Online - Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "New Query",
      "short_name": "New Query",
      "description": "Create a new SQL query tab",
      "url": "/?action=new-query",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "SQL Tutorial",
      "short_name": "Tutorial",
      "description": "Open SQL tutorial",
      "url": "/?action=tutorial",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}
