Food Planner Importer

Food Planner Importer

This extension imports recipes into food planner account of the user.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Food Planner Importer",
  "description": "This extension imports recipes into food planner account of the user.",
  "version": "3.0",
  "permissions": [
    "tabs",
    "http://foodplannerappcom.appspot.com/"
  ],
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png"
  }
}