Dripmarks

Dripmarks

A bookmark tagging tool powerd by the Dropbox API and Readability

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Dripmarks",
  "description": "A bookmark tagging tool powerd by the Dropbox API and Readability",
  "version": "1.6.1",
  "permissions": [
    "tabs",
    "storage",
    "https://readability.com/*",
    "https://*.dropbox.com/*"
  ],
  "web_accessible_resources": [
    "chrome_oauth_receiver.html"
  ],
  "content_security_policy": "script-src 'self' https://www.dropbox.com; object-src 'self'",
  "background": {
    "page": "html/background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "images/logo-19.png",
      "38": "images/logo-38.png"
    },
    "default_title": "Dripmarks",
    "default_popup": "html/popup.html"
  },
  "icons": {
    "16": "images/logo-16.png",
    "48": "images/logo-48.png",
    "128": "images/logo-128.png"
  }
}