Pure Recipes - Ad Free & Clean Recipe Viewer

Pure Recipes - Ad Free & Clean Recipe Viewer

Go to your favorite recipe sites and get an ad free, minimalist view of the recipe. Blocks ads, and shows you just the recipe.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName_reactions__",
  "default_locale": "en",
  "version": "1.1",
  "description": "__MSG_extDescription_reactions__",
  "content_scripts": [
    {
      "run_at": "document_end",
      "css": [
        "css/styles.css"
      ],
      "matches": [
        "https://*/*"
      ],
      "js": [
        "js/vendor.js",
        "js/tfjs2.01.min.js",
        "js/facemesh.js",
        "js/bpix2.0.min.js",
        "js/content_script.js"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "icons/reactions/icon16.png",
      "32": "icons/reactions/icon32.png",
      "48": "icons/reactions/icon48.png",
      "128": "icons/reactions/icon128.png"
    }
  },
  "icons": {
    "16": "icons/reactions/icon16.png",
    "32": "icons/reactions/icon32.png",
    "48": "icons/reactions/icon48.png",
    "128": "icons/reactions/icon128.png"
  },
  "manifest_version": 3
}