Bookmark Manager - favattic.com

Bookmark Manager - favattic.com

Powerful bookmark manager for individuals and teams. Easy to use, secure, and productive.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bookmark Manager - favattic.com",
  "short_name": "Smart Bookmarking Solution",
  "description": "Powerful bookmark manager for individuals and teams. Easy to use, secure, and productive.",
  "version": "1.6.9",
  "browser_action": {
    "default_icon": "img/favicon-32x32.png",
    "default_popup": "favattic.html"
  },
  "icons": {
    "16": "img/favicon-16x16.png",
    "32": "img/favicon-32x32.png",
    "48": "img/favicon-48x48.png",
    "128": "img/favicon-128x128.png"
  },
  "permissions": [
    "bookmarks",
    "storage",
    "notifications",
    "activeTab",
    "tabs",
    "http://*.favattic.com/*"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Alt+Shift+D",
        "mac": "Alt+Shift+D",
        "chromeos": "Alt+Shift+D",
        "linux": "Alt+Shift+D"
      }
    }
  }
}