{
  "id": "com.eden.files",
  "name": {
    "en": "Files",
    "pl": "Pliki"
  },
  "version": "1.0.0",
  "description": "A file explorer for managing files and directories",
  "author": "Dariusz Majnert",
  "build": {
    "command": "npm run build"
  },
  "frontend": {
    "entry": "dist/index.html"
  },
  "window": {
    "mode": "both",
    "defaultSize": {
      "width": 900,
      "height": 600
    },
    "minSize": {
      "width": 600,
      "height": 400
    },
    "resizable": true,
    "movable": true
  },
  "permissions": ["fs/*", "db/rw", "package/read", "settings/rw"],
  "settings": [
    {
      "id": "behavior",
      "name": {
        "en": "Behavior",
        "pl": "Zachowanie"
      },
      "settings": [
        {
          "key": "openItemsWithSingleClick",
          "label": {
            "en": "Open items with a single click",
            "pl": "Otwieraj elementy pojedynczym kliknięciem"
          },
          "description": {
            "en": "Use one click instead of two to open files and navigate folders.",
            "pl": "Używaj jednego kliknięcia zamiast dwóch do otwierania plików i przechodzenia do folderów."
          },
          "type": "toggle",
          "defaultValue": "false",
          "sharedWith": ["com.eden.file-picker"]
        }
      ]
    }
  ],
  "fileHandlers": [
    {
      "name": "Directories",
      "directories": true
    }
  ],
  "icon": "icon.svg"
}
