{
  "name": "NBonline - Python Notebooks in Browser",
  "short_name": "NBonline",
  "description": "Run Python notebooks in your browser with Pyodide",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#0f1724",
  "theme_color": "#7c5cff",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/nb-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/nb-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/nb-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/nb-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "education",
    "productivity",
    "developer"
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Notebook",
      "short_name": "New Notebook",
      "description": "Create a new Python notebook",
      "url": "/notebook.html",
      "icons": [
        {
          "src": "/icons/nb-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "File Manager",
      "short_name": "Files",
      "description": "Manage your notebooks and files",
      "url": "/files.html",
      "icons": [
        {
          "src": "/icons/nb-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "JavaScript IDE",
      "short_name": "JS IDE",
      "description": "JavaScript and HTML editor",
      "url": "/codeinjs.html",
      "icons": [
        {
          "src": "/icons/nb-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
