Browse Source

Add latest fields to CloudronManifest.json

Girish Ramakrishnan 10 years ago
parent
commit
52029591bb
1 changed files with 8 additions and 1 deletions
  1. 8 1
      CloudronManifest.json

+ 8 - 1
CloudronManifest.json

@@ -1,4 +1,8 @@
 {
+  "id": "org.wordpress.cloudronapp",
+  "title": "WordPress",
+  "description": "WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.",
+  "tagline": "Code is Poetry",
   "version": "0.0.9",
   "dockerImage": "girish/wordpress:0.6",
   "healthCheckPath": "/",
@@ -6,5 +10,8 @@
   "addons": [
     "mysql"
   ],
-  "manifestVersion": 1
+  "manifestVersion": 1,
+  "website": "https://wordpress.org/",
+  "contactEmail": "apps@cloudron.io",
+  "icon": "icon.png"
 }