Copy Me That

Copy Me That

Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Copy Me That",
  "version": "1.2.3",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "*://button.copymethat.com/*",
    "contextMenus",
    "cookies"
  ],
  "browser_action": {
    "name": "Copy me that!",
    "default_icon": "icon.png"
  },
  "web_accessible_resources": [
    "exists.gif",
    "spinner_25.gif"
  ],
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  }
}