Recipes Make food with love - Tutdemy

Recipes Make food with love - Tutdemy

Tutdemy.com provides more than 600 000 recipes from all countries over the world.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Recipes Make food with love - Tutdemy",
  "version": "1.0.0",
  "manifest_version": 3,
  "description": "Tutdemy.com provides more than 600 000 recipes from all countries over the world.",
  "homepage_url": "https://tutdemy.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  }
}