cinc.kitchen Recipe Importer

cinc.kitchen Recipe Importer

Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "cinc.kitchen Recipe Importer",
  "description": "Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.",
  "version": "1.0.2",
  "browser_action": {
    "default_icon": "icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "webRequest",
    "<all_urls>",
    "background",
    "tabs"
  ]
}