SME Bookmark Collaboration

SME Bookmark Collaboration

https://storagemadeeasy.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SME Bookmark Collaboration",
  "version": "1.2.2",
  "manifest_version": 2,
  "description": "https://storagemadeeasy.com",
  "background": {
    "scripts": [
      "background.js",
      "content/overlay.js",
      "content/base64.js",
      "content/jquery.js",
      "content/jquery.browser.js",
      "content/jquery-ui-1.7.2.custom.js",
      "content/parser.js",
      "content/SMElib.js"
    ]
  },
  "permissions": [
    "activeTab",
    "*://*/*"
  ],
  "browser_action": {
    "default_popup": "content/options_small.html",
    "default_title": "SME Bookmark Collaboration",
    "default_icon": "icon32.png"
  },
  "icons": {
    "24": "icon24.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}