Curation Organizer

Curation Organizer

Flag articles, videos, and webpages you've curated before in one-click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "scripts/jquery.min.js",
      "scripts/background.js"
    ]
  },
  "browser_action": {
    "default_title": "Curation Organizer",
    "default_icon": "img/icon19.png"
  },
  "description": "Flag articles, videos, and webpages you've curated before in one-click.",
  "icons": {
    "128": "img/icon128.png"
  },
  "name": "Curation Organizer",
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "version": "1.1",
  "manifest_version": 2
}