NYT Cooking

NYT Cooking

Collect the best recipes from across the web in one place — your NYT Cooking Recipe Box.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "NYT Cooking",
  "description": "Collect the best recipes from across the web in one place — your NYT Cooking Recipe Box.",
  "homepage_url": "http://cooking.nytimes.com",
  "version": "0.1.9",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    },
    "default_title": "Save to NYT Cooking"
  },
  "background": {
    "scripts": [
      "event_page.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "activeTab"
  ]
}