{
  "name": "BioLang Notebook",
  "short_name": "BL Notebook",
  "description": "Open, edit, run, and save BioLang .bln notebooks locally in your browser.",
  "start_url": "/notebook/",
  "scope": "/notebook/",
  "display": "standalone",
  "background_color": "#020617",
  "theme_color": "#0f172a",
  "orientation": "any",
  "icons": [
    {
      "src": "assets/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["science", "education", "productivity", "developer tools"],
  "file_handlers": [
    {
      "action": "/notebook/",
      "accept": {
        "text/plain": [".bln"],
        "text/markdown": [".bl.md", ".md"]
      }
    }
  ]
}
