Dishcovery — Save recipes to your cookbook Firefox

Examine source code of Dishcovery — Save recipes to your cookbook

Inspect and view changes in Dishcovery — Save recipes to your cookbook source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "dishcovery@dishcovery.io",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "browsingActivity",
          "authenticationInfo"
        ]
      }
    }
  },
  "name": "Dishcovery — Save recipes to your cookbook",
  "version": "0.2.0",
  "description": "Detect recipe pages and import them into your Dishcovery cookbook.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Dishcovery",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://api.dishcovery.io/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Dishcovery — Save recipes to your cookbook Alternatives

Here are some Firefox add-ons that are similar to Dishcovery — Save recipes to your cookbook: