Web Bookmark

Web Bookmark

Access your Chrome bookmarks from anywhere.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Web Bookmark",
  "description": "Access your Chrome bookmarks from anywhere.",
  "version": "1.0.4",
  "author": "Jacques De SAGAN",
  "manifest_version": 2,
  "permissions": [
    "bookmarks",
    "storage"
  ],
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "64": "images/icon_64.png",
    "128": "images/icon_128.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  }
}