Atlist: add to Atlist

Atlist: add to Atlist

Use the Atlist extension to add items to your Atlist 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 Atlist",
  "description": "Use the Atlist extension to add items to your Atlist direct from any online store with just one click.",
  "version": "1.0.7",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "96": "icon96.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "cookies",
    "http://atlist.co.uk/*",
    "https://atlist.co.uk/*"
  ]
}