Bookmarks

Bookmarks

Bookmarks popup window gives you quick access to your favorite websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "background": {
    "page": "b.htm"
  },
  "name": "__MSG_extName__",
  "version": "1.3.4",
  "description": "__MSG_extDes__",
  "icons": {
    "19": "i/0.png",
    "48": "i/1.png",
    "128": "i/2.png"
  },
  "browser_action": {
    "default_icon": "i/0.png",
    "default_title": "__MSG_extName__",
    "default_popup": "p.htm"
  },
  "default_locale": "en",
  "options_page": "o.htm",
  "options_ui": {
    "page": "o.htm",
    "chrome_style": true
  },
  "offline_enabled": true,
  "minimum_chrome_version": "42",
  "permissions": [
    "chrome://favicon/",
    "bookmarks",
    "storage"
  ]
}