Raindrop.io list

Raindrop.io list

Your smart bookmarks. A beautiful way to remember the most important thing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "en",
  "version": "1.1.1",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "permissions": [
    "storage",
    "http://raindrop.io/*"
  ],
  "browser_action": {
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_name__"
  },
  "icons": {
    "19": "icons/19.png",
    "38": "icons/38.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  }
}