Recipe Filter Firefox

Examine source code of Recipe Filter

Inspect and view changes in Recipe Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Recipe Filter",
  "short_name": "Recipe Filter",
  "version": "1.1",
  "description": "Recipe Filter shows recipes found anywhere on the web in a handy popup.",
  "icons": {
    "128": "img/icon-128.png"
  },
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "html/options.html",
    "browser_style": true
  },
  "browser_action": {
    "default_title": "Recipe Filter",
    "default_icon": "img/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "css/recipe_filter.css"
      ],
      "js": [
        "js/main.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5d5f61e2-b76c-4fc2-82c7-adb79de4edfd}"
    },
    "gecko_android": {}
  }
}

Best Recipe Filter Alternatives

Here are some Firefox add-ons that are similar to Recipe Filter: