{
  "name": "Code Editer π",
  "short_name": "π Editor",
  "description": "A fully offline, browser-based IDE with Monaco Editor, terminal, and live preview.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1a1a1a",
  "theme_color": "#1a1a1a",
  "icons": [
    {
      "src": "assets/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New File",
      "url": "./index.html?action=new",
      "icons": [{ "src": "assets/icon.svg", "sizes": "any" }]
    }
  ]
}
