← All plugins
hostinger
v1.0.3Hostinger Horizons lets you build real websites and apps just by describing what you want.
Codex
by HostingerMIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/hostinger/ inside the repository.
Layout
plugins/hostinger/
└── .codex-plugin/plugin.json
Manifests1
plugins/hostinger/.codex-plugin/plugin.json
{
"name": "hostinger",
"version": "1.0.3",
"description": "Hostinger Horizons lets you build real websites and apps just by describing what you want.",
"author": {
"name": "Hostinger",
"url": "https://hostinger.com"
},
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Hostinger",
"shortDescription": "Hostinger Horizons lets you build real websites and apps just by describing what you want.",
"longDescription": "Hostinger Horizons lets you build real websites and apps just by describing what you want. Designed for people with no technical background, it turns ideas into working products in minutes. When you're happy with the result, launch instantly with one click.",
"developerName": "Hostinger",
"category": "Developer Tools",
"capabilities": [],
"defaultPrompt": [
"Check the relevant Hostinger site or account status"
],
"screenshots": [],
"websiteURL": "https://hostinger.com",
"privacyPolicyURL": "https://www.hostinger.com/legal/privacy-policy",
"termsOfServiceURL": "https://www.hostinger.com/legal/universal-terms-of-service-agreement",
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png",
"logoDark": "./assets/logo-dark.png"
},
"homepage": "https://hostinger.com"
}