123456789101112131415161718192021222324252627 |
- {
- "id": "org.wordpress.cloudronapp",
- "title": "WordPress",
- "author": "WordPress developers",
- "description": "file://DESCRIPTION.md",
- "tagline": "Transform your site into almost anything you can imagine",
- "version": "0.1.1",
- "healthCheckPath": "/",
- "httpPort": 80,
- "manifestVersion": 1,
- "website": "https://wordpress.org/",
- "contactEmail": "apps@cloudron.io",
- "icon": "icon.png",
- "addons": {
- "mysql": {},
- "localstorage": {},
- "sendmail": {},
- "oauth": {}
- },
- "tags": [ "blog", "cms", "weblog" ],
- "mediaLinks": [
- "https://wordpress.org/about/shots/1.5/front-page.png",
- "https://wordpress.org/about/shots/1.5/front-2.png",
- "https://wordpress.org/about/shots/1.5/front-5.png",
- "https://wordpress.org/about/shots/1.5/front-3.png"
- ]
- }
|