Delicious Bookmark Bar Sync 1.1

Delicious Bookmark Bar Sync 1.1

Copies Delicious bookmarks to the Google Chrome bookmark bar. Groups them by tag in named folders on the bookmark bar. It is sweet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Delicious Bookmark Bar Sync 1.1",
  "version": "1.1.1.2",
  "description": "Copies Delicious bookmarks to the Google Chrome bookmark bar. Groups them by tag in named folders on the bookmark bar. It is sweet.",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "background": {
    "page": "background.html"
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "icon_19.png",
    "default_title": "Delicious Bookmark Bar Sync",
    "default_popup": "popup.html"
  },
  "permissions": [
    "bookmarks",
    "tabs",
    "https://api.del.icio.us/"
  ],
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'",
  "manifest_version": 2
}