My Desires : Add to your Wishlist or Registry

My Desires : Add to your Wishlist or Registry

Add a gift from any webpage directly to your wishlist or registry on MyDesires.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "My Desires : Add to your Wishlist or Registry",
  "short_name": "My Desires",
  "description": "Add a gift from any webpage directly to your wishlist or registry on MyDesires.com",
  "version": "2.1.4",
  "default_locale": "en",
  "author": "Mes Envies Sprl",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "128": "icon128.png",
    "180": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "js/config.js",
      "js/firstrun.js"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}