Wishlephant - easy shareable wish lists

Wishlephant - easy shareable wish lists

Add wishes to your wishlists on Wishlephant.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "manifest_version": 2,
  "version": "2.0.3",
  "background": {
    "scripts": [
      "build/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "build/content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/wishlephant-16.png",
      "32": "icons/wishlephant-32.png"
    }
  },
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5edc9e95-13ed-42b7-9598-ce7f242d3cbd}"
    }
  }
}