hRecipe Helper

hRecipe Helper

A tool to help format your recipes for the Google Recipe View, hRecipe micro-format and for the Pintrest Rich Pin format.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "hRecipe Helper",
  "version": "1.3.3",
  "manifest_version": 2,
  "description": "A tool to help format your recipes for the Google Recipe View, hRecipe micro-format and for the Pintrest Rich Pin format.",
  "icons": {
    "16": "hRecipeIcon-16.png",
    "48": "hRecipeIcon-48.png",
    "128": "hRecipeIcon-128.png"
  },
  "background": {
    "scripts": [
      "bkground.js"
    ]
  },
  "browser_action": {
    "default_icon": "hRecipeIcon-16.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "minimum_chrome_version": "8.0"
}