Daily Feast Recipe

Daily Feast Recipe

This extension allows you to find popular recipes in new tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "bg.js"
  },
  "action": {
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png"
    },
    "default_popup": "html/popup/popup.html"
  },
  "chrome_url_overrides": {
    "newtab": "html/default/index.html"
  },
  "description": "This extension allows you to find popular recipes in new tab page.",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 3,
  "name": "Daily Feast Recipe",
  "version": "71.60.90.102"
}