{
  "name": "Pisaljka — editor",
  "short_name": "Pisaljka",
  "description": "Editor teksta i koda koji radi u pregledaču, sa tabovima i pisanjem direktno na disk.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#14171d",
  "theme_color": "#14171d",
  "orientation": "any",
  "icons": [
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "file_handlers": [
    {
      "action": "./",
      "accept": {
        "text/plain": [".txt", ".md", ".log", ".ini", ".env", ".csv"],
        "text/javascript": [".js", ".mjs", ".jsx", ".ts", ".tsx"],
        "text/html": [".html", ".htm", ".vue"],
        "text/css": [".css", ".scss", ".less"],
        "application/json": [".json", ".webmanifest"],
        "application/xml": [".xml", ".svg"],
        "text/x-python": [".py"],
        "application/sql": [".sql"],
        "text/x-shellscript": [".sh", ".bash"]
      }
    }
  ]
}
