CuratorSpot - Content Curation Tool.

CuratorSpot - Content Curation Tool.

Curate Content to bookmark, share, build newsletters, blog.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CuratorSpot - Content Curation Tool.",
  "short_name": "CuratorSpot",
  "description": "Curate Content to bookmark, share, build newsletters, blog.",
  "version": "3.0",
  "background": {
    "scripts": [
      "event.js",
      "content.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "activeTab"
  ]
}