Recipe Sources

Recipe Sources

Search 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",
  "manifest_version": 2,
  "name": "Recipe Sources",
  "version": "21.30.1.101",
  "background": {
    "scripts": [
      "js/bg.js"
    ]
  },
  "browser_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": "Search popular recipes in new tab page.",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "web_accessible_resources": [
    "*.json",
    "images/icon16.png",
    "images/icon128.png"
  ]
}