Food Recipes

Food Recipes

Food Recipes from the Southern Cookbook

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Food Recipes",
  "version": "1.1",
  "manifest_version": 2,
  "icons": {
    "16": "food_recipes_icon_16x16.png",
    "48": "food_recipes_icon_48x48.png",
    "128": "food_recipes_icon_128x128.png"
  },
  "description": "Food Recipes from the Southern Cookbook",
  "app": {
    "urls": [
      "http://www.southerncooking123.com/recipes.php/?chromestore=1"
    ],
    "launch": {
      "web_url": "http://www.southerncooking123.com/recipes.php/?chromestore=1"
    }
  }
}