My Cloud CookBook

My Cloud CookBook

Create your own CookBook on the cloud. Organize your recipes, access them anywhere anytime and Share them with your friends.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "5",
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "http://aco4u.biz/CookBook/"
    ],
    "launch": {
      "web_url": "http://aco4u.biz/CookBook/"
    }
  }
}