Atlist: add to Wishlist

Atlist: add to Wishlist

Use the Atlist extension to add items to your wishlist direct from any online store with just one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Atlist: add to Wishlist",
  "description": "Use the Atlist extension to add items to your wishlist direct from any online store with just one click.",
  "version": "3.4.9",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "cookies",
    "http://atlist.co.uk/*",
    "https://atlist.co.uk/*"
  ]
}