{
  "title": "AI Plugin Developer Center",
  "description": "Describe your idea to an AI assistant. SwiftBiuX Skill guides it to choose the plugin type, declare minimal permissions, generate manifest.json / script.js / Web UI, and package an installable .swiftbiux plugin. Use the modular docs when you need precise manual adjustments.",
  "modules": {
    "quick-start": {
      "title": "AI Quick Start",
      "description": "Skip the full manual at first. Copy a prompt to AI and generate your first installable plugin in minutes."
    },
    "manifest": {
      "title": "Manifest Configuration",
      "description": "Define plugin metadata, entry points, icons, settings, triggers, and system integrations."
    },
    "permissions": {
      "title": "Permissions",
      "description": "Declare only the clipboard, file, network, notification, and host capabilities your plugin actually uses."
    },
    "i18n": {
      "title": "Localization",
      "description": "Localize plugin names, menus, settings, and messages based on the user's system language."
    },
    "debugging": {
      "title": "Debugging & Logs",
      "description": "Use SwiftBiu logs, Safari Web Inspector, and local testing workflows to diagnose plugin issues."
    },
    "faq": {
      "title": "Best Practices & FAQ",
      "description": "Avoid common pitfalls and follow recommended patterns for structure, permissions, and publishing."
    },
    "examples": {
      "title": "Example Plugins",
      "description": "Explore real plugin templates for text processing, file workflows, AI calls, and custom Web UI."
    },
    "contributing": {
      "title": "Contributing",
      "description": "Learn the commit, directory, and review conventions for contributing to the SwiftBiu plugin ecosystem."
    },
    "stable-vs-beta": {
      "title": "Stable & Beta Channels",
      "description": "Maintain separate release channels so experimental plugins do not affect regular users."
    },
    "scenarios": {
      "title": "Plugin Scenarios",
      "description": "Browse practical ideas for translation, image processing, API lookup, file sharing, and automation."
    }
  },
  "toc": {
    "on_this_page": "On this page",
    "landing": "Overview"
  }
}