Your.Recipes– Save Recipes Firefox

Examine source code of Your.Recipes– Save Recipes

Inspect and view changes in Your.Recipes– Save Recipes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "your.recipes – Save Recipes",
  "version": "1.1.0",
  "description": "Save recipes from any supported site directly to your your.recipes account.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Save to your.recipes"
  },
  "permissions": [
    "storage",
    "activeTab",
    "https://your.recipes/*"
  ],
  "background": {
    "scripts": [
      "background/service-worker-compat.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@your.recipes",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best Your.Recipes– Save Recipes Alternatives

Here are some Firefox add-ons that are similar to Your.Recipes– Save Recipes: