Freshy Recipes

Freshy Recipes

Manage, View, Save, and Print Recipes using browser extension on New Tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Freshy Recipes",
  "short_name": "Recipes",
  "description": "Manage, View, Save, and Print Recipes using browser extension on New Tab.",
  "version": "1.21.1018",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab/index.html"
  },
  "background": {
    "service_worker": "worker.js"
  },
  "action": {
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    },
    "default_title": "Freshy Recipes"
  },
  "host_permissions": [
    "*://*.freshyrecipes-api.com/*"
  ],
  "permissions": [
    "cookies",
    "storage",
    "tabs",
    "topSites"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/icons/16.png"
      ],
      "matches": [
        "https://cooking.freshy.com/*"
      ]
    }
  ],
  "manifest_version": 3
}