spoonacular recipe saver

spoonacular recipe saver

Save and organize recipes from across the web. Add recipes to your meal planner, make a shopping list, and get nutrition/price info.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.min.js"
    ]
  },
  "content_scripts": [
    {
      "css": [
        "styles.min.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_matches": [
        "https://spoonacular.com/*",
        "http://localhost/*",
        "http://*.google.com/*",
        "https://*.google.com/*"
      ]
    }
  ],
  "description": "Save and organize recipes from across the web. Add recipes to your meal planner, make a shopping list, and get nutrition/price info.",
  "icons": {
    "16": "images/icon16.png",
    "19": "images/icon19.png",
    "38": "images/icon38.png",
    "128": "images/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoo61DrHZSQkcD36dpc9KR1QeWQEyyydoEkDtQRUt4EMdUWLC3vZUCHR7R20uaeWctCKL9WLymx/RFoxtOfC24YmvNJG/fKjH2v0M5/RC6wkSZzxehxT8C2Dy4IzpceyQzhXXBvbzlFRptEVGjd+KglOXMsHiwzkprr5ueefYapSRLb1wSpa0W2dGVUCXfEiT9Pmc3eaNbx6jY4fwOQJu+2Cd0vEpPiMhofNiGXG/eKlezMHg3QwxzmFaNMs8bnXXcO8eIuV3xecFFlmP+4Esk/59aHmc+Uc8AXr5zt+JC+10IrGMHOerJxaMbzzYrS0xhf2+8dNuSNzoR9tqTp3NKQIDAQAB",
  "manifest_version": 2,
  "name": "spoonacular recipe saver",
  "options_page": "options.html",
  "page_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "19": "images/icon19.png",
      "38": "images/icon38.png",
      "128": "images/icon128.png"
    },
    "default_name": "save recipe to spoonacular"
  },
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.70"
}