How To Cook

How To Cook

How To Cook finds your favourite recipe that comes with ingredients and instructions plus a picture! Now you can start cooking!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "How To Cook",
  "manifest_version": 2,
  "description": "How To Cook finds your favourite recipe that comes with ingredients and instructions plus a picture! Now you can start cooking!",
  "version": "1.0.2",
  "icons": {
    "24": "icon24.png",
    "128": "icon128.png"
  },
  "permissions": [],
  "app": {
    "urls": [
      "http://howtocookthis.herokuapp.com/"
    ],
    "launch": {
      "web_url": "http://howtocookthis.herokuapp.com/"
    }
  }
}